Skip to content

Commit

Permalink
Test only test_bt_reduction_to_band multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Dec 19, 2024
1 parent 45a507b commit f59d350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/mpi-ctest
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ sleep 5
# Run the tests, only output on the first rank
if [[ $SLURM_PROCID == "0" ]]; then
TZ=CET date +"Run started at: %H:%M:%S %z"
ctest --output-log "$CTEST_OUTPUT" -V $@
ctest --timeout 60 --repeat-until-fail 100 -R test_bt_reduction_to_band --output-log "$CTEST_OUTPUT" -V $@
TZ=CET date +"Run finished at: %H:%M:%S %z"
else
ctest --output-log "$CTEST_OUTPUT" -V -Q $@
ctest --timeout 60 --repeat-until-fail 100 -R test_bt_reduction_to_band --output-log "$CTEST_OUTPUT" -V -Q $@
fi

if [ $START_MPS -eq 1 ]; then
Expand Down

0 comments on commit f59d350

Please sign in to comment.