Skip to content

Commit

Permalink
Output verbose error for failed unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed May 25, 2021
1 parent 6ab0f78 commit 803315e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mkdir -p "${PLUGIN_DIR}"
BAZEL_OPTIONS=""
BAZEL_TEST_OPTIONS="$BAZEL_OPTIONS --test_output=errors"
BAZEL_STARTUP_OPTIONS="--output_user_root=$HOME/.cache/bazel"
CTEST_OUTPUT_ON_FAILURE=1

if [[ "$1" == "cmake.test" ]]; then
install_prometheus_cpp_client
Expand Down

0 comments on commit 803315e

Please sign in to comment.