summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-21 13:27:57 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-02-21 13:30:22 -0300
commitf21558d8ceea177a26096e4922eef02413394058 (patch)
tree177a058a76553e4c6b48f7a2eedfc0888f1c1788 /Makefile
parent98a781c49a35986d426b70c6cc9c11a4041a0ca6 (diff)
Remove multiple workers for integration tests
with @anikarni
Diffstat (limited to 'Makefile')
-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;\