Skip to content

Commit

Permalink
build: make test-ci output TAP to stdout and log
Browse files Browse the repository at this point in the history
Closes: #810
PR-URL: #938
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
rvagg committed Feb 24, 2015
1 parent a7bdce2 commit e00c938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ deps/zlib/zlib.target.mk
# test artifacts
tools/faketime
icu_config.gypi
test.tap
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ test-all: test-build test/gc/node_modules/weak/build/Release/weakref.node
test-all-valgrind: test-build
$(PYTHON) tools/test.py --mode=debug,release --valgrind

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

test-release: test-build
$(PYTHON) tools/test.py --mode=release
Expand Down

0 comments on commit e00c938

Please sign in to comment.