File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ DESTDIR ?=
6
6
SIGN ?=
7
7
PREFIX ?= /usr/local
8
8
FLAKY_TESTS ?= run
9
+ TEST_CI_ARGS ?=
9
10
STAGINGSERVER ?= iojs-www
10
11
11
12
OSTYPE := $(shell uname -s | tr '[A-Z]' '[a-z]')
@@ -142,7 +143,7 @@ test-all-valgrind: test-build
142
143
143
144
test-ci : | build-addons
144
145
$(PYTHON ) tools/test.py -p tap --logfile test.tap --mode=release --flaky-tests=$(FLAKY_TESTS ) \
145
- addons message parallel sequential
146
+ $( TEST_CI_ARGS ) addons message parallel sequential
146
147
147
148
test-release : test-build
148
149
$(PYTHON ) tools/test.py --mode=release
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
54
54
if /i " %1 " == " noperfctr" set noperfctr = 1& goto arg-ok
55
55
if /i " %1 " == " licensertf" set licensertf = 1& goto arg-ok
56
56
if /i " %1 " == " test" set test_args = %test_args% sequential parallel message -J& set jslint=1& goto arg-ok
57
- if /i " %1 " == " test-ci" set test_args = %test_args% -p tap --logfile test.tap message sequential parallel& goto arg-ok
57
+ if /i " %1 " == " test-ci" set test_args = %test_args% %test_ci_args% -p tap --logfile test.tap message sequential parallel& goto arg-ok
58
58
if /i " %1 " == " test-simple" set test_args = %test_args% sequential parallel -J& goto arg-ok
59
59
if /i " %1 " == " test-message" set test_args = %test_args% message& goto arg-ok
60
60
if /i " %1 " == " test-gc" set test_args = %test_args% gc& set buildnodeweak=1& goto arg-ok
You can’t perform that action at this time.
0 commit comments