No bug - Fix indentation in xpcshell's mach handler; r=ted
This commit is contained in:
@@ -69,8 +69,8 @@ class XPCShellRunner(MozbuildObject):
|
|||||||
|
|
||||||
xpcshell_dirs = []
|
xpcshell_dirs = []
|
||||||
for base, dirs, files in os.walk(test_obj_dir):
|
for base, dirs, files in os.walk(test_obj_dir):
|
||||||
if os.path.exists(mozpack.path.join(base, 'xpcshell.ini')):
|
if os.path.exists(mozpack.path.join(base, 'xpcshell.ini')):
|
||||||
xpcshell_dirs.append(base)
|
xpcshell_dirs.append(base)
|
||||||
|
|
||||||
if not xpcshell_dirs:
|
if not xpcshell_dirs:
|
||||||
raise InvalidTestPathError('An xpcshell.ini could not be found '
|
raise InvalidTestPathError('An xpcshell.ini could not be found '
|
||||||
|
|||||||
Reference in New Issue
Block a user