]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-non-root-tape-tests
ebl Fix #955 bug which was introduce with regexwhere relocation.
[bacula/bacula] / regress / all-non-root-tape-tests
index 25f55b09d9d1fda9e8c561df81f9c65f2d242363..68feb8c5755ddd5bfe625062c39a8612c7ead3fb 100755 (executable)
@@ -2,11 +2,27 @@
 #
 # Run all tape tests
 #
-tests/test0
-tests/backup-bacula-tape
-tests/small-file-size-tape
+. ./config.out
+if test ! x$AUTOCHANGER = x/dev/null ; then
+   mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null
+fi
 echo " "
-echo " "
-echo "Test results"
-cat test.out
-scripts/cleanup
+echo " " >>test.out
+echo "Start all non-root tape tests"
+echo "Start all non-root tape tests" >>test.out
+nice tests/backup-bacula-tape
+nice tests/btape-fill-tape
+nice tests/fixed-block-size-tape
+nice tests/four-concurrent-jobs-tape
+nice tests/four-jobs-tape
+nice tests/incremental-tape
+nice tests/relabel-tape
+nice tests/restore-by-file-tape
+nice tests/small-file-size-tape
+nice tests/truncate-bug-tape
+nice tests/two-pool-tape
+nice tests/2drive-incremental-2tape
+nice tests/bscan-tape
+nice tests/verify-vol-tape
+echo "End all non-root tape tests"
+echo "End all non-root tape tests" >>test.out