Skip to content

Commit

Permalink
Try passing checkpointing to all tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 31, 2024
1 parent d56e514 commit 39be61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [[ ${USE_REGENT:-0} -eq 1 ]]; then
export LIB_PATH="$PWD/src"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD/src"
cd ../legion/language
./test.py -j${THREADS:-4} --no-pretty -q
./test.py -j${THREADS:-4} --no-pretty -q --extra='-fcheckpoint' --extra='1'
)
else
ctest --output-on-failure -j${THREADS:-4}
Expand Down

0 comments on commit 39be61a

Please sign in to comment.