Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Aug 21, 2023
1 parent 51497d9 commit fe44872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ elif [[ "$1" == "bazel.tsan" ]]; then
# TODO - potential race condition in Civetweb server used by prometheus-cpp during shutdown
# https:/civetweb/civetweb/issues/861, so removing prometheus from the test
# zpages test failing with tsan. Ignoring the tests for now, as zpages will be removed soon.
bazel $BAZEL_STARTUP_OPTIONS test --test_arg=--gtest_filter=TracezDataAggregatorTest.* --config=tsan $BAZEL_TEST_OPTIONS_ASYNC -- //... -//exporters/prometheus/...
bazel $BAZEL_STARTUP_OPTIONS test --config=tsan $BAZEL_TEST_OPTIONS_ASYNC -- //... -//exporters/prometheus/... -//ext/test/zpages/...
exit 0
elif [[ "$1" == "bazel.valgrind" ]]; then
bazel $BAZEL_STARTUP_OPTIONS build $BAZEL_OPTIONS_ASYNC //...
Expand Down

0 comments on commit fe44872

Please sign in to comment.