build: make test-ci output TAP to stdout and log
authorRod Vagg <rod@vagg.org>
Tue, 24 Feb 2015 18:17:53 +0000 (12:17 -0600)
committerRod Vagg <rod@vagg.org>
Tue, 24 Feb 2015 19:28:58 +0000 (13:28 -0600)
Closes: #810
PR-URL: https://github.com/iojs/io.js/pull/938
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
.gitignore
Makefile

index 12d973e..aab27be 100644 (file)
@@ -76,3 +76,4 @@ deps/zlib/zlib.target.mk
 # test artifacts
 tools/faketime
 icu_config.gypi
+test.tap
index 3974109..47ddfc7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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