]> git.sur5r.net Git - bacula/bacula/blob - regress/experimental-all
Update
[bacula/bacula] / regress / experimental-all
1 #!/bin/sh
2 #
3 # test only the disk based regression scripts
4 #
5 # Include full output
6 save_debug=${REGRESS_DEBUG}
7 REGRESS_DEBUG=1
8 export REGRESS_DEBUG
9 scripts/config_dart
10 nice ctest -D Experimental -R "all-non-root.*"
11 if [ $? != 0 ] ; then
12    echo "ctest failed re-running Submit"
13    ctest -D NightlySubmit
14 fi
15 REGRESS_DEBUG=${save_debug}