Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jul 10, 2024
1 parent e40ce9e commit 188b92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_gw_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fi
(cd gdas && ctest -N) >> log.gdasapp_tests

rm -rf log.ctest
ctest -R gdasapp -L "gw-ci" --output-on-failure &>> log.ctest
ctest -R gdasapp --output-on-failure &>> log.ctest
ctest_status=$?
npassed=$(cat log.ctest | grep "tests passed")
if [ $ctest_status -eq 0 ]; then
Expand Down

0 comments on commit 188b92d

Please sign in to comment.