mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1202790 - Improve argument handling for android 'mach xpcshell-test'; r=chmanchester
This commit is contained in:
parent
ac5d2ca462
commit
9d0233b267
@ -279,7 +279,7 @@ class AndroidXPCShellRunner(MozbuildObject):
|
||||
else:
|
||||
raise Exception("You must specify an APK")
|
||||
|
||||
if test_paths == ['all']:
|
||||
if test_paths == 'all':
|
||||
testdirs = []
|
||||
options.testPath = None
|
||||
options.verbose = False
|
||||
|
Loading…
Reference in New Issue
Block a user