Bug 1202790 - Improve argument handling for android 'mach xpcshell-test'; r=chmanchester

This commit is contained in:
Geoff Brown 2015-09-09 07:12:56 -06:00
parent ac5d2ca462
commit 9d0233b267

View File

@ -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