summaryrefslogtreecommitdiffstats
path: root/build/android
diff options
context:
space:
mode:
authorgkanwar@chromium.org <gkanwar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 18:07:26 +0000
committergkanwar@chromium.org <gkanwar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 18:07:26 +0000
commita69e85bc78797eb00d9e9f1e5a0fea4b22a1ec77 (patch)
tree7d8b961276aa8fa860fed50f67614efa384e2bbb /build/android
parentdc68f170bf99ce2a61cdfbca1774eda009da7aa9 (diff)
downloadchromium_src-a69e85bc78797eb00d9e9f1e5a0fea4b22a1ec77.zip
chromium_src-a69e85bc78797eb00d9e9f1e5a0fea4b22a1ec77.tar.gz
chromium_src-a69e85bc78797eb00d9e9f1e5a0fea4b22a1ec77.tar.bz2
Removes python_test_root flag name entirely
NOTRY=True BUG=271802 Review URL: https://chromiumcodereview.appspot.com/23180007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android')
-rwxr-xr-xbuild/android/test_runner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index f9f212f..e76b979 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -218,8 +218,7 @@ def AddInstrumentationTestOptions(option_parser):
option_parser.add_option('-p', '--python_only', action='store_true',
default=False,
help='Run only the host-driven tests.')
- option_parser.add_option('--python_test_root', '--host-driven-root',
- dest='host_driven_root',
+ option_parser.add_option('--host-driven-root',
help='Root of the host-driven tests.')
option_parser.add_option('-w', '--wait_debugger', dest='wait_for_debugger',
action='store_true',