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 4cf94e0 commit 23ac812
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ 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
export LD_PRELOAD=
GTEST_FILTER="${_allowlist_filter}" ctest -R SPAN_TEST -VV
LD_PRELOAD= GTEST_CUDF_STREAM_MODE=default GTEST_FILTER="${_allowlist_filter}" ctest -R SPAN_TEST -VV

SUITEERROR=$?

Expand Down

0 comments on commit 23ac812

Please sign in to comment.