Skip to content

Commit

Permalink
Update ci/test_cpp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Mar 21, 2023
1 parent b2e9970 commit 4cf94e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ctest -E SPAN_TEST -j20 --output-on-failure
# so we expect and allow it to include default stream usage.
_allowlist_filter="SpanTest.CanConstructFromDeviceContainers"
GTEST_FILTER="-${_allowlist_filter}" ctest -R SPAN_TEST -VV
GTEST_FILTER="${_allowlist_filter}" LD_PRELOAD= ctest -R SPAN_TEST -VV
export LD_PRELOAD=
GTEST_FILTER="${_allowlist_filter}" ctest -R SPAN_TEST -VV

SUITEERROR=$?

Expand Down

0 comments on commit 4cf94e0

Please sign in to comment.