3 # test only the disk based regression scripts
7 echo "Begin nightly-disk `date`"
8 save_debug=${REGRESS_DEBUG}
15 # Temp switch to branch Branch-5.0 NB this leaves you on a headless
16 # branch, but it works for building and testing.
18 #git checkout `git branch -r | grep "5\.0" | head -1`
19 #if [ $? -ne 0 ]; then
25 nice ctest -D Nightly -R "^disk:"
28 while [ $i -le 5 ]; do
29 if [ $rtn = 0 ] || [ "$rtn" = "8" ]; then
32 echo "Submit failed, waiting 5 mins"
34 echo "ctest failed re-running Submit"
35 ctest -D NightlySubmit
39 REGRESS_DEBUG=${save_debug}
40 echo "End nightly-disk `date`"