зеркало из https://github.com/mozilla/pjs.git
Bug 483100 - Don't buffer Python output when running xpcshell tests, because it makes running a directory to see if anything failed really slow. r=ted
This commit is contained in:
Родитель
39f7d3d30b
Коммит
2d2f75e344
|
@ -146,7 +146,7 @@ testxpcsrcdir = $(topsrcdir)/testing/xpcshell
|
|||
|
||||
# Execute all tests in the $(XPCSHELL_TESTS) directories.
|
||||
check::
|
||||
$(PYTHON) \
|
||||
$(PYTHON) -u \
|
||||
$(testxpcsrcdir)/runxpcshelltests.py \
|
||||
$(DIST)/bin/xpcshell \
|
||||
$(topsrcdir) \
|
||||
|
|
Загрузка…
Ссылка в новой задаче