]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-all
Commit libdbi changes
[bacula/bacula] / regress / nightly-all
index 153b4002eedb12fe82f70327f7b9a6e5940f118f..ac3896529c48a92198368fb88e98cfa2108bf31d 100755 (executable)
@@ -2,4 +2,15 @@
 #
 # run both the disk and the tape based regression tests.
 #
-ctest -D Nightly -R "all-non-root.*"
+# Include full output
+save_debug=${REGRESS_DEBUG}
+REGRESS_DEBUG=1
+export REGRESS_DEBUG
+svn update
+scripts/config_dart
+nice ctest -D Nightly -R "^(disk|tape|changer):"
+if [ $? != 0 ] ; then
+   echo "ctest failed re-running Submit"
+   ctest -D NightlySubmit
+fi
+REGRESS_DEBUG=${save_debug}