summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-04-28 15:01:20 +1000
committerRod Vagg <rod@vagg.org>2015-04-28 16:10:53 +1000
commit2a3c8c187e4462f93169b6c98bea552edcace972 (patch)
tree712b490b5d808be9a296f3641c6014b21a3169ee /Makefile
parentbfae8236b13be7b63668e96f5674cfa5cf5c4988 (diff)
downloadandroid-node-v8-2a3c8c187e4462f93169b6c98bea552edcace972.tar.gz
android-node-v8-2a3c8c187e4462f93169b6c98bea552edcace972.tar.bz2
android-node-v8-2a3c8c187e4462f93169b6c98bea552edcace972.zip
build: remove -J from test-ci
parallel tests still not working on most build slaves PR-URL: https://github.com/iojs/io.js/pull/1544 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c714e95a85..8fc67d604e 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ test-all-valgrind: test-build
$(PYTHON) tools/test.py --mode=debug,release --valgrind
test-ci:
- $(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release -J message parallel sequential
+ $(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release message parallel sequential
$(MAKE) jslint
$(MAKE) cpplint