| 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 \
|
|
|