No bug - Fix indentation in xpcshell's mach handler; r=ted

This commit is contained in:
Ms2ger
2013-08-22 08:34:58 +02:00
parent 0b97bc7a08
commit f0438ba659

View File

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