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

Unified Diff: tools/bots/run_android_tests.sh

Issue 2916123002: Remove temp code to ignore "--failure-summary". (Closed)
Patch Set: Merge branch 'master' into failure-summary-flag Created 3 years, 7 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 | tools/testing/dart/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/run_android_tests.sh
diff --git a/tools/bots/run_android_tests.sh b/tools/bots/run_android_tests.sh
index 2d37474b55dcaae8fd2b79da5e0baaa24b3fd94d..617b17eb5ac293d846445baffe7daabe246f413c 100755
--- a/tools/bots/run_android_tests.sh
+++ b/tools/bots/run_android_tests.sh
@@ -20,7 +20,7 @@ export PATH=$PATH:third_party/android_tools/sdk/platform-tools/\
FORWARDER_PID=$!
sleep 15
./dart/tools/test.py -m release -a arm --progress=line --report --time \
- --failure-summary --write-debug-log --local_ip=localhost \
+ --write-debug-log --local_ip=localhost \
--test_server_port=8083 --test_server_cross_origin_port=8084 \
--test_driver_port=8081 --test_driver_error_port=8082 \
-r ContentShellOnAndroid --drt=$1
« no previous file with comments | « no previous file | tools/testing/dart/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698