]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-non-root-tape-tests
Update
[bacula/bacula] / regress / all-non-root-tape-tests
index 8b2527670d2e8433a98ad6bcccd935b39f34be89..70940bb2e7790208357ca9f07e6f839a23a1db83 100755 (executable)
@@ -2,22 +2,29 @@
 #
 # Run all tape tests
 #
-cp test.out test1.out
-tests/test0
-tests/backup-bacula-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
+. ./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/ansi-label-1t1d-tape
+nice tests/backup-bacula-1t1d-tape
+nice tests/btape-fill-1t1d-tape
+nice tests/fixed-block-size-1t1d-tape
+nice tests/four-concurrent-jobs-1t1d-tape
+nice tests/four-jobs-1t1d-tape
+nice tests/incremental-1t1d-tape
+nice tests/relabel-1t1d-tape
+nice tests/restore-by-file-1t1d-tape
+nice tests/small-file-size-1t1d-tape
+nice tests/truncate-bug-1t1d-tape
+nice tests/two-pool-2t1da-tape
+nice tests/2drive-incremental-2t2da-tape
+nice tests/bscan-1t1d-tape
+nice tests/verify-vol-1t1d-tape
+nice tests/vol-duration-2t1da-tape
+echo "End all non-root tape tests"
+echo "End all non-root tape tests" >>test.out