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

Unified Diff: tools/presubmit.sh

Issue 10854232: Continue removal of frog. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
Index: tools/presubmit.sh
===================================================================
--- tools/presubmit.sh (revision 10970)
+++ tools/presubmit.sh (working copy)
@@ -118,16 +118,6 @@
fi
echo
-echo "=== frog tests ==="
-cd frog
-./presubmit.py
-FROG_RESULT=$?
-if [ ${FROG_RESULT} != 0 ] ; then
- TESTS_FAILED=1
-fi
-cd -
-
-echo
echo "=== Client tests ==="
echo " Chromium (Ctrl-C to skip this set of tests)"
doTest client chromium debug
@@ -160,10 +150,6 @@
echo "*** dartc tests failed"
fi
-if [ ${FROG_RESULT} != 0 ] ; then
- echo "*** frog tests failed"
-fi
-
if [ ${CLIENT_RESULT} != 0 ] ; then
echo "*** client tests failed"
fi
« tools/create_sdk.py ('K') | « tools/create_sdk.py ('k') | tools/test-runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698