Skip to content
Snippets Groups Projects
Commit 8402d511 authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

Merge "Update service test runner to allow test args" am: 56b92e81 am: dde9ea21 am: 10840d18

am: be8e13de

Change-Id: I48302e70e01fb290634f66bd679268fea0ede22d
parents c33f83c1 be8e13de
No related merge requests found
......@@ -61,8 +61,8 @@ def main():
print 'Running tests...'
if len(sys.argv) != 1:
run('adb shell am instrument -w "%s" %s' %
(INSTRUMENTED_PACKAGE_RUNNER, ' '.join(sys.argv[1:])))
run('adb shell am instrument -w %s "%s"' %
(' '.join(sys.argv[1:]), INSTRUMENTED_PACKAGE_RUNNER))
return 0
# It would be nice if the activity manager accepted a list of packages, but
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment