X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fall-non-root-tape-tests;h=70940bb2e7790208357ca9f07e6f839a23a1db83;hb=f71c86eff72b41d7b0b708357415c716057ed294;hp=25f55b09d9d1fda9e8c561df81f9c65f2d242363;hpb=bbb40c16f7514f994077e3540b1585936455976a;p=bacula%2Fbacula diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index 25f55b09d9..70940bb2e7 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -2,11 +2,29 @@ # # 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/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