Skip to content

Commit d3c4b3f

Browse files
committed
test: change jenkins reporter
1 parent e6f1ddf commit d3c4b3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,15 +570,15 @@ endif
570570
# Related CI job: node-test-commit-arm-fanned
571571
test-ci-native: LOGLEVEL := info ## Build and test addons without building anything else.
572572
test-ci-native: | benchmark/napi/.buildstamp test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp test/sqlite/.buildstamp
573-
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
573+
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p actions \
574574
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
575575
$(TEST_CI_ARGS) $(CI_NATIVE_SUITES)
576576

577577
.PHONY: test-ci-js
578578
# This target should not use a native compiler at all
579579
# Related CI job: node-test-commit-arm-fanned
580580
test-ci-js: | clear-stalled ## Build and test JavaScript with building anything else.
581-
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
581+
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p actions \
582582
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
583583
--skip-tests=$(CI_SKIP_TESTS) \
584584
$(TEST_CI_ARGS) $(CI_JS_SUITES)
@@ -594,7 +594,7 @@ test-ci-js: | clear-stalled ## Build and test JavaScript with building anything
594594
test-ci: LOGLEVEL := info ## Build and test everything (CI).
595595
test-ci: | clear-stalled bench-addons-build build-addons build-js-native-api-tests build-node-api-tests build-sqlite-tests doc-only
596596
out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
597-
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
597+
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p actions \
598598
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
599599
$(TEST_CI_ARGS) $(CI_JS_SUITES) $(CI_NATIVE_SUITES) $(CI_DOC)
600600
$(NODE) ./test/embedding/test-embedding.js

0 commit comments

Comments
 (0)