summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-21 10:35:20 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-02-21 10:35:20 -0300
commit98a781c49a35986d426b70c6cc9c11a4041a0ca6 (patch)
treeadc9a421b2185f52bf25f6fdf5030a678db2aec1 /Makefile
parent5a61fe569d469629922d3425cb580086d1d65433 (diff)
Fix integration tests tag
with @anikarni
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bca2cf91..826211c3 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ unit_tests_js:
@cd web-ui;\
npm run test
-integration_tests:
+integration_tests_py:
@. $(VIRTUALENV)/bin/activate;\
cd service;\
trial -j`grep -c "^processor" /proc/cpuinfo || sysctl -n hw.logicalcpu` --reporter=text test.integration