Merge "Update service test runner to allow test args" am: 56b92e8191 am: dde9ea21e4
am: 10840d1897
Change-Id: I200c88f0d6d00bef77fe00a59f8e99b3b91f7aa2
This commit is contained in:
@@ -61,8 +61,8 @@ def main():
|
|||||||
|
|
||||||
print 'Running tests...'
|
print 'Running tests...'
|
||||||
if len(sys.argv) != 1:
|
if len(sys.argv) != 1:
|
||||||
run('adb shell am instrument -w "%s" %s' %
|
run('adb shell am instrument -w %s "%s"' %
|
||||||
(INSTRUMENTED_PACKAGE_RUNNER, ' '.join(sys.argv[1:])))
|
(' '.join(sys.argv[1:]), INSTRUMENTED_PACKAGE_RUNNER))
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
# It would be nice if the activity manager accepted a list of packages, but
|
# It would be nice if the activity manager accepted a list of packages, but
|
||||||
|
|||||||
Reference in New Issue
Block a user