From c7a950f500f053df5c77906d5136320f1809ee59 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 22 Jan 2025 18:17:05 -0800 Subject: [PATCH] Update [ghstack-poisoned] --- test/run_oss_cpp_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_oss_cpp_tests.sh b/test/run_oss_cpp_tests.sh index 9f7573295e8..2c8685ea5b7 100755 --- a/test/run_oss_cpp_tests.sh +++ b/test/run_oss_cpp_tests.sh @@ -69,7 +69,7 @@ report_coverage() { run_ctest() { pushd cmake-out/ - ctest + ctest --output-on-failure popd }