3 # test only the disk based regression scripts
7 echo "Begin experimental-all `date`"
8 save_debug=${REGRESS_DEBUG}
14 nice ctest -D Experimental -R "^(disk|tape|changer):"
17 while [ $i -le 5 ]; do
18 if [ $rtn = 0 ] || [ "$rtn" = "8" ]; then
21 echo "Submit failed, waiting 5 mins"
23 echo "ctest failed re-running Submit"
24 ctest -D ExperimentalSubmit
28 REGRESS_DEBUG=${save_debug}
29 echo "End experimental-all `date`"