From a69e85bc78797eb00d9e9f1e5a0fea4b22a1ec77 Mon Sep 17 00:00:00 2001 From: "gkanwar@chromium.org" Date: Fri, 16 Aug 2013 18:07:26 +0000 Subject: 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 --- build/android/test_runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/android') 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', -- cgit v1.1