]> git.sur5r.net Git - bacula/bacula/blob - regress/experimental-all
2b326a666ed25e7b0a60451e9ce6aa3541c5a6e5
[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 svn update
10 scripts/config_dart
11 nice ctest -D Experimental -R "all-non-root.*"
12 if [ $? != 0 ] ; then
13    echo "ctest failed re-running Submit"
14    ctest -D NightlySubmit
15 fi
16 REGRESS_DEBUG=${save_debug}