| Index: build/android/buildbot_functions.sh
|
| diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
|
| index dcea5f520064789c72e70fbe5a9576032f4e577e..0e3320cd5a17182d587afd5a0176ab0e0b800f30 100755
|
| --- a/build/android/buildbot_functions.sh
|
| +++ b/build/android/buildbot_functions.sh
|
| @@ -247,7 +247,7 @@ function bb_run_tests_emulator {
|
| # Run tests on an actual device. (Better have one plugged in!)
|
| function bb_run_tests {
|
| echo "@@@BUILD_STEP Run Tests on actual hardware@@@"
|
| - build/android/run_tests.py --xvfb --verbose --apk=True
|
| + build/android/run_tests.py --xvfb --verbose
|
| }
|
|
|
| # Zip and archive a build.
|
|
|