diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-02-21 13:27:57 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-02-21 13:30:22 -0300 |
commit | f21558d8ceea177a26096e4922eef02413394058 (patch) | |
tree | 177a058a76553e4c6b48f7a2eedfc0888f1c1788 /Makefile | |
parent | 98a781c49a35986d426b70c6cc9c11a4041a0ca6 (diff) |
Remove multiple workers for integration tests
with @anikarni
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;\ |