summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 826211c3..86567e3b 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ unit_tests_js:
integration_tests_py:
@. $(VIRTUALENV)/bin/activate;\
cd service;\
- trial -j`grep -c "^processor" /proc/cpuinfo || sysctl -n hw.logicalcpu` --reporter=text test.integration
+ trial --reporter=text test.integration
functional_tests: clean requirements install
@. $(VIRTUALENV)/bin/activate;\