summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-04-14 17:24:22 -0400
committerRefael Ackermann <refack@gmail.com>2019-04-22 17:34:12 -0400
commite356807a795fe79a76ceb6b76d3b96591afb7108 (patch)
tree66ff2b9f54598c12ec0f9e12fa2d4f676581dcc3 /Makefile
parent8e1e9946a9f251fd943de1777fd9b598979e5a23 (diff)
downloadandroid-node-v8-e356807a795fe79a76ceb6b76d3b96591afb7108.tar.gz
android-node-v8-e356807a795fe79a76ceb6b76d3b96591afb7108.tar.bz2
android-node-v8-e356807a795fe79a76ceb6b76d3b96591afb7108.zip
deps,test: bump googletest to 39f72ea6f5
Refs: https://github.com/google/googletest/tree/39f72ea6f5cd458860b563d7bcb7ea67546e6ea3 PR-URL: https://github.com/nodejs/node/pull/27231 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4e805c1d5..d04aac3515 100644
--- a/Makefile
+++ b/Makefile
@@ -492,7 +492,7 @@ test-ci-js: | clear-stalled
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
test-ci: LOGLEVEL := info
test-ci: | clear-stalled build-addons build-js-native-api-tests build-node-api-tests doc-only
- out/Release/cctest --gtest_output=tap:cctest.tap
+ out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
$(TEST_CI_ARGS) $(CI_JS_SUITES) $(CI_NATIVE_SUITES) $(CI_DOC)