diff --git a/config/rules.mk b/config/rules.mk index 4f7fa3e9e3ac..a711c498590b 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -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) \