We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bdce2 commit e00c938Copy full SHA for e00c938
.gitignore
@@ -76,3 +76,4 @@ deps/zlib/zlib.target.mk
76
# test artifacts
77
tools/faketime
78
icu_config.gypi
79
+test.tap
Makefile
@@ -106,8 +106,8 @@ test-all: test-build test/gc/node_modules/weak/build/Release/weakref.node
106
test-all-valgrind: test-build
107
$(PYTHON) tools/test.py --mode=debug,release --valgrind
108
109
-test-ci: test-build
110
- $(PYTHON) tools/test.py -J parallel sequential message addons
+test-ci:
+ $(PYTHON) tools/test.py -p tap --logfile test.tap -J parallel sequential message
111
112
test-release: test-build
113
$(PYTHON) tools/test.py --mode=release
0 commit comments