summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis Campailla <alexis@janeasystems.com>2015-08-26 12:41:16 +0200
committerAlexis Campailla <alexis@janeasystems.com>2015-08-27 05:49:46 +0200
commite822a4b7834b09f3428b2a90242ed346120da076 (patch)
treec3ebc14e8efe8a92d1b56985cb1277aaf474e4b0 /Makefile
parent6195b46ed84d9090d1550884a72edeabb62f189b (diff)
downloadandroid-node-v8-e822a4b7834b09f3428b2a90242ed346120da076.tar.gz
android-node-v8-e822a4b7834b09f3428b2a90242ed346120da076.tar.bz2
android-node-v8-e822a4b7834b09f3428b2a90242ed346120da076.zip
test: pass args to test-ci via env variable
PR-URL: https://github.com/nodejs/node/pull/2424 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c82a799131..3f8f5fa30d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ DESTDIR ?=
SIGN ?=
PREFIX ?= /usr/local
FLAKY_TESTS ?= run
+TEST_CI_ARGS ?=
STAGINGSERVER ?= node-www
OSTYPE := $(shell uname -s | tr '[A-Z]' '[a-z]')
@@ -142,7 +143,7 @@ test-all-valgrind: test-build
test-ci: | build-addons
$(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release --flaky-tests=$(FLAKY_TESTS) \
- addons message parallel sequential
+ $(TEST_CI_ARGS) addons message parallel sequential
test-release: test-build
$(PYTHON) tools/test.py --mode=release