From 4cf94e0040d4d6d8ed262b2d138071e55be1a675 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 21 Mar 2023 16:44:53 -0400 Subject: [PATCH] Update ci/test_cpp.sh --- ci/test_cpp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/test_cpp.sh b/ci/test_cpp.sh index cc57707ae78..bd0193ce784 100755 --- a/ci/test_cpp.sh +++ b/ci/test_cpp.sh @@ -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=$?