summaryrefslogtreecommitdiff
path: root/vcbuild.bat
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 /vcbuild.bat
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 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 57824dca73..4e86aaf337 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -84,7 +84,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
if /i "%1"=="ltcg" set ltcg=1&goto arg-ok
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok
-if /i "%1"=="test-ci" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %common_test_suites%&set cctest_args=%cctest_args% --gtest_output=tap:cctest.tap&goto arg-ok
+if /i "%1"=="test-ci" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %common_test_suites%&set cctest_args=%cctest_args% --gtest_output=xml:out\junit\cctest.xml&goto arg-ok
if /i "%1"=="build-addons" set build_addons=1&goto arg-ok
if /i "%1"=="build-js-native-api-tests" set build_js_native_api_tests=1&goto arg-ok
if /i "%1"=="build-node-api-tests" set build_node_api_tests=1&goto arg-ok