summaryrefslogtreecommitdiffstats
path: root/components/cronet/tools/cr_cronet.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/cronet/tools/cr_cronet.py')
-rwxr-xr-xcomponents/cronet/tools/cr_cronet.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
index 6a14515..97b0919 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -30,7 +30,8 @@ def install(release_arg):
def test(release_arg, extra_options):
return run('build/android/test_runner.py instrumentation '+ \
- release_arg + ' --test-apk=CronetTestInstrumentation',
+ release_arg + ' --test-apk=CronetTestInstrumentation' + \
+ '--fast-local-dev',
extra_options)