File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
alias alias-update=". $BASH_CONFIG_DIR/aliases"
2
2
alias aliasupdate="alias-update"
3
3
alias b='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release chrome && r || notify-fail'
4
- alias b2='time PATH=~/goma:$PATH `ninja-detect-goma` -C out2/Release chrome && r || notify-fail'
4
+ alias b2='time PATH=~/goma:$PATH `ninja-detect-goma` -C out2/Release chrome && r2 || notify-fail'
5
5
alias ball='build-all && r || notify-fail'
6
- alias ball2='build-all && r || notify-fail'
6
+ alias ball2='build-all && r2 || notify-fail'
7
7
alias bbt-='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*xxx*" || notify-fail'
8
8
alias bbt-ExtensionServiceWorkerBrowserTest='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*" || notify-fail'
9
9
alias bbt-ExtensionServiceWorkerBrowserTest-SendOnLaunched='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*SendOnLaunched*" --gtest_also_run_disabled_tests || notify-fail'
You can’t perform that action at this time.
0 commit comments