From f21558d8ceea177a26096e4922eef02413394058 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Tue, 21 Feb 2017 13:27:57 -0300 Subject: Remove multiple workers for integration tests with @anikarni --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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;\ -- cgit v1.2.3