Bug 905835 - Fix whitespace in mach parxpc warning. r=gps

This commit is contained in:
Mihnea Dobrescu-Balaur 2013-08-15 15:22:35 -07:00
Родитель 4cf3ec0900
Коммит f6719d283c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -152,8 +152,8 @@ class XPCShellRunner(MozbuildObject):
self.log_manager.disable_unstructured()
if not result and not sequential:
print("Tests were run in parallel. Try running with --sequential \
to make sure the failures were not caused by this.")
print("Tests were run in parallel. Try running with --sequential "
"to make sure the failures were not caused by this.")
return int(not result)