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

Unified Diff: tools/presubmit.sh

Issue 9702034: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: junit tests fixed Created 8 years, 9 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 | « tools/generate_projects.py ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/presubmit.sh
diff --git a/tools/presubmit.sh b/tools/presubmit.sh
index 3836c7e28f82ce3108671bf88783b992e4193def..9f75e045db042f785bbdeea150c02109dabc8a32 100755
--- a/tools/presubmit.sh
+++ b/tools/presubmit.sh
@@ -103,7 +103,7 @@ fi
echo
-echo "=== dartc tests ==="
+echo "=== analysis tests ==="
echo " Debug mode (Ctrl-C to skip this set of tests)"
doTest compiler dartc debug
DARTC_RESULT=$?
@@ -157,7 +157,7 @@ if [ ${RUNTIME_RESULT} != 0 ] ; then
fi
if [ ${DARTC_RESULT} != 0 ] ; then
- echo "*** dartc tests failed"
+ echo "*** analysis tests failed"
fi
if [ ${FROG_RESULT} != 0 ] ; then
« no previous file with comments | « tools/generate_projects.py ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698