]> git.sur5r.net Git - bacula/bacula/blob - regress/nightly-disk-and-tape
Reorganize tests
[bacula/bacula] / regress / nightly-disk-and-tape
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 svn update
10 scripts/config_dart
11 nice ctest -D Experimental -R "^(disk|tape):"
12 if [ $? != 0 ] ; then
13    echo "ctest failed re-running Submit"
14    ctest -D ExperimentalSubmit
15 fi
16 REGRESS_DEBUG=${save_debug}