Skip to content

Commit

Permalink
more log
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jul 8, 2024
1 parent cbe56a8 commit 02bb8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run_gw_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02bb8d9

Please sign in to comment.