Skip to content

Commit e00c938

Browse files
committed
build: make test-ci output TAP to stdout and log
Closes: #810 PR-URL: #938 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent a7bdce2 commit e00c938

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ deps/zlib/zlib.target.mk
7676
# test artifacts
7777
tools/faketime
7878
icu_config.gypi
79+
test.tap

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ test-all: test-build test/gc/node_modules/weak/build/Release/weakref.node
106106
test-all-valgrind: test-build
107107
$(PYTHON) tools/test.py --mode=debug,release --valgrind
108108

109-
test-ci: test-build
110-
$(PYTHON) tools/test.py -J parallel sequential message addons
109+
test-ci:
110+
$(PYTHON) tools/test.py -p tap --logfile test.tap -J parallel sequential message
111111

112112
test-release: test-build
113113
$(PYTHON) tools/test.py --mode=release

0 commit comments

Comments
 (0)