3 # test only the disk based regression scripts
7 echo "Begin nightly-tape `date`"
8 save_debug=${REGRESS_DEBUG}
15 nice ctest -D Nightly -R "^tape:"
18 while [ $i -le 5 ]; do
19 if [ $rtn = 0 ] || [ "$rtn" = "8" ]; then
22 echo "Submit failed, waiting 5 mins"
24 echo "ctest failed re-running Submit"
25 ctest -D NightlySubmit
29 REGRESS_DEBUG=${save_debug}
30 echo "End nightly-tape `date`"