From 02bb8d919391a2cb84ba9142b3aee4c0fc427636 Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Mon, 8 Jul 2024 15:06:53 -0400 Subject: [PATCH] more log --- ci/run_gw_ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/run_gw_ci.sh b/ci/run_gw_ci.sh index f3d6116c..89004275 100755 --- a/ci/run_gw_ci.sh +++ b/ci/run_gw_ci.sh @@ -77,9 +77,9 @@ echo "---------------------------------------------------" >> $outfile # when running build.sh if [ "$GDAS_TIER2_TESTING" == "ON" ]; then echo "Tier-2 Testing: Activated" >> $outfile - cmake -DGDAS_TIER2_TESTING=ON . - exit $ctest_status + cmake -DGDAS_TIER2_TESTING=ON . >> log.cmake_tier2 fi +(cd gdas && ctest -N) >> log.gdasapp_tests rm -rf log.ctest ctest -R gdasapp --output-on-failure &>> log.ctest