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 |