File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ test-all-valgrind: test-build
112
112
$(PYTHON ) tools/test.py --mode=debug,release --valgrind
113
113
114
114
test-ci :
115
- $(PYTHON ) tools/test.py -p tap --logfile test.tap --mode=release -J message parallel sequential
115
+ $(PYTHON ) tools/test.py -p tap --logfile test.tap --mode=release message parallel sequential
116
116
$(MAKE ) jslint
117
117
$(MAKE ) cpplint
118
118
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
52
52
if /i " %1 " == " noperfctr" set noperfctr = 1& goto arg-ok
53
53
if /i " %1 " == " licensertf" set licensertf = 1& goto arg-ok
54
54
if /i " %1 " == " test" set test_args = %test_args% sequential parallel message -J& set jslint=1& goto arg-ok
55
- if /i " %1 " == " test-ci" set test_args = %test_args% -p tap --logfile test.tap -J message sequential parallel& set jslint=1& goto arg-ok
55
+ if /i " %1 " == " test-ci" set test_args = %test_args% -p tap --logfile test.tap message sequential parallel& set jslint=1& goto arg-ok
56
56
if /i " %1 " == " test-simple" set test_args = %test_args% sequential parallel -J& goto arg-ok
57
57
if /i " %1 " == " test-message" set test_args = %test_args% message& goto arg-ok
58
58
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