Skip to content

Commit 4619b68

Browse files
committed
fix build suffixes to have -
1 parent 35461dd commit 4619b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aliases

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ alias balld='time ninja -C out/Debug chrome components_unittests content_unittes
1616
alias ball='time ninja -C out/Release chrome components_unittests content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
1717
alias ba='time ninja -C outa/Debug chrome_public_apk_incremental && da || notify-fail'
1818
alias bblink-layoutd-pointerlockfullscreen='time ninja -C out/Debug blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=2000 --debug pointer-lock http/tests/pointer-lock fullscreen http/tests/fullscreen fast/dom/navigator-detached-no-crash.html && notify'
19-
alias bblink-layoutd='time ninja -C out/Debug blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=2000 --debug bluetooth && notify'
19+
alias bblink-layoutd-='time ninja -C out/Debug blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=2000 --debug bluetooth && notify'
2020
alias bblink-layout-pointerlockfullscreen='time ninja -C out/Release blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=2000 pointer-lock http/tests/pointer-lock fullscreen http/tests/fullscreen fast/dom/navigator-detached-no-crash.html && notify'
2121
alias bblink-layout-single-requestDevice-='ninja -C out/Release content_shell && /usr/local/google/home/scheib/c/src/out/Release/content_shell --run-layout-test /usr/local/google/home/scheib/c/src/third_party/WebKit/LayoutTests/bluetooth/requestDevice.html'
22-
alias bblink-layout='time ninja -C out/Release blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=2000 bluetooth && notify'
22+
alias bblink-layout-='time ninja -C out/Release blink_tests && blink/tools/run_layout_tests.sh --no-retry-failures --time-out-ms=2000 bluetooth && notify'
2323
alias bbt-bluetooth='time ninja -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*Bluetooth*" || notify-fail'
2424
alias bbtd-ExtensionServiceWorkerBrowserTest-SendOnLaunched='time ninja -C out/Debug browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Debug/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*SendOnLaunched*" --gtest_also_run_disabled_tests || notify-fail'
2525
alias bbtd-ExtensionServiceWorkerBrowserTest='time ninja -C out/Debug browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Debug/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*" --single_process || notify-fail'
@@ -35,7 +35,7 @@ alias bclank='time ninja -C out/Debug chrome_public_apk || notify-fail'
3535
alias bctd='time ninja -C out/Debug content_unittests && out/Debug/content_unittests --gtest_filter="*Bluetooth*" || notify-fail'
3636
alias bct='time ninja -C out/Release content_unittests && out/Release/content_unittests --gtest_filter="*Bluetooth*" || notify-fail'
3737
alias bcut-sw='time ninja -C out/Release content_unittests && xvfb-run -s "-screen 0 1024x768x24" out/Release/content_unittests --gtest_filter="*ServiceWorker*:*EmbeddedWorker*" || notify-fail'
38-
alias bcut='time ninja -C out/Release components_unittests && out/Release/components_unittests --gtest_filter="*Bluetooth*" || notify-fail'
38+
alias bcut-='time ninja -C out/Release components_unittests && out/Release/components_unittests --gtest_filter="*Bluetooth*" || notify-fail'
3939
alias bd2='time ninja -C out2/Debug chrome && rd2 || notify-fail'
4040
alias bd='time ninja -C out/Debug chrome && rd || notify-fail'
4141
alias bdutar='time CHROMIUM_OUT_DIR=outa/Release ninja -C outa/Release device_unittests device_unittests_apk && CHROMIUM_OUT_DIR=outa/Release build/android/test_runner.py gtest -t 5 -s device_unittests --gtest_filter="*" -t 5 --num_retries 0 --release; notify'

0 commit comments

Comments
 (0)