]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-non-root-tape-tests
Fix tape tests
[bacula/bacula] / regress / all-non-root-tape-tests
index 3fc6308a567bc46e5bc084dbddfab06e4ef073b5..79870318e232549f63a5d9faba9762fdeb0d4184 100755 (executable)
@@ -2,11 +2,25 @@
 #
 # Run all tape tests
 #
+. config.out
+if test ! x$AUTOCHANGER = x/dev/null ; then
+   mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null
+fi
+cp test.out test1.out
 tests/test0
 tests/backup-bacula-tape
-tests/small-file-size-tape
-tests/two-volume-tape
+tests/bscan-tape
+tests/btape-fill-tape
+tests/fixed-block-size-tape
+tests/four-concurrent-jobs-tape
+tests/four-jobs-tape
+tests/incremental-tape
+tests/relabel-tape
 tests/restore-by-file-tape
+tests/small-file-size-tape
+tests/truncate-bug-tape
+tests/two-pool-tape
+tests/2drive-incremental-2tape
 echo " "
 echo " "
 echo "Test results"