Skip to content

Commit 9faacaf

Browse files
committed
Output test failure on windows
1 parent f664eb8 commit 9faacaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/do_ci.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ $PLUGIN_DIR = Join-Path "$SRC_DIR" "plugin"
2727

2828
$VCPKG_DIR = Join-Path "$SRC_DIR" "tools" "vcpkg"
2929

30+
$CTEST_OUTPUT_ON_FAILURE = 1
31+
3032
switch ($action) {
3133
"bazel.build" {
3234
bazel $BAZEL_STARTUP_OPTIONS build $BAZEL_OPTIONS --action_env=VCPKG_DIR=$VCPKG_DIR --deleted_packages=opentracing-shim -- //...

0 commit comments

Comments
 (0)