Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: tool/presubmit.sh

Issue 1208413003: Run canary tests in presubmit (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tool/browser_test.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/presubmit.sh
diff --git a/tool/presubmit.sh b/tool/presubmit.sh
index e9571fe87075c0f0e87e765370874eb14e09c26c..880ad50dc8f8908ba459d8617a8cf292c8ca54fa 100755
--- a/tool/presubmit.sh
+++ b/tool/presubmit.sh
@@ -3,5 +3,6 @@ set -e
DIR=$(dirname "${BASH_SOURCE[0]}")
$DIR/build_sdk.sh
$DIR/test.sh
+$DIR/browser_test.sh
$DIR/analyze.sh
$DIR/format.sh
« no previous file with comments | « tool/browser_test.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698