@@ -492,7 +492,7 @@ test-ci-js: | clear-stalled |
|
|
492 |
492 |
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned |
493 |
493 |
test-ci: LOGLEVEL := info |
494 |
494 |
test-ci: | clear-stalled build-addons build-js-native-api-tests build-node-api-tests doc-only |
495 |
|
- out/Release/cctest --gtest_output=tap:cctest.tap |
|
495 |
+ out/Release/cctest --gtest_output=xml:out/junit/cctest.xml |
496 |
496 |
(PYTHON)tools/test.py(PYTHON) tools/test.py (PYTHON)tools/test.py(PARALLEL_ARGS) -p tap --logfile test.tap \ |
497 |
497 |
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \ |
498 |
498 |
(TESTCIARGS)(TEST_CI_ARGS) (TESTCIARGS)(CI_JS_SUITES) (CINATIVESUITES)(CI_NATIVE_SUITES) (CINATIVESUITES)(CI_DOC) |