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

Unified Diff: tools/bots/run_android_tests.sh

Issue 342643003: Update test status for ContentShellOnAndroid (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « tests/html/html.status ('k') | no next file » | 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 c728f3a9fe57d5f3065cc55dd51ca89f61c6ce6b..a4a3ca53329f7c226d87e75c6a6bcd57fa1f43ae 100755
--- a/tools/bots/run_android_tests.sh
+++ b/tools/bots/run_android_tests.sh
@@ -21,7 +21,7 @@ adb uninstall org.chromium.content_shell_apk
adb install -r $1
./build/android/adb_reverse_forwarder.py 8081 8081 8082 8082 \
8083 8083 8084 8084 &
-FORWARDER_PID = $!
+FORWARDER_PID=$!
sleep 15
./dart/tools/test.py -m release -a arm --progress=line --report --time \
--failure-summary --write-debug-log --local_ip=localhost \
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698