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

Unified Diff: tool/test.sh

Issue 2100363002: Improve message in tool/test.sh (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/test.sh
diff --git a/tool/test.sh b/tool/test.sh
index b12234de0589f56d3dfe32ff1f0749d760f56662..4a4d01a0b1e24e1139f56815233f383a550f7963 100755
--- a/tool/test.sh
+++ b/tool/test.sh
@@ -42,4 +42,4 @@ pub run test:test test/all_tests.dart || fail
echo "There are" $fc "tests marked as known failures."
}
-echo -e "All tests pass"
+echo -e "All tests built - run tool/browser_test.sh to run tests"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698