Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 94e8849

Browse filesBrowse files
orangemocharvagg
authored andcommitted
test: pass args to test-ci via env variable
PR-URL: #2424 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 09987c7 commit 94e8849
Copy full SHA for 94e8849

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ DESTDIR ?=
66
SIGN ?=
77
PREFIX ?= /usr/local
88
FLAKY_TESTS ?= run
9+
TEST_CI_ARGS ?=
910
STAGINGSERVER ?= iojs-www
1011

1112
OSTYPE := $(shell uname -s | tr '[A-Z]' '[a-z]')
@@ -142,7 +143,7 @@ test-all-valgrind: test-build
142143

143144
test-ci: | build-addons
144145
$(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
146147

147148
test-release: test-build
148149
$(PYTHON) tools/test.py --mode=release
Collapse file

‎vcbuild.bat‎

Copy file name to clipboardExpand all lines: vcbuild.bat
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
5454
if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok
5555
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
5656
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
5858
if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok
5959
if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
6060
if /i "%1"=="test-gc" set test_args=%test_args% gc&set buildnodeweak=1&goto arg-ok

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.