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

Unified Diff: build/android/buildbot_functions.sh

Issue 10689159: Android: a few minor improvements for the test runner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removes --apk from buildbot_functions.sh Created 8 years, 5 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 | build/android/pylib/buildbot_report.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | build/android/pylib/buildbot_report.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698