X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fall-non-root-tape-tests;h=708aa8389de23f4444e1daf5c1e5ede34ee937dc;hb=83c546fcc5c785606cee6a5e3e21b3117c9a2783;hp=13fffb0056d9ae0e8d55441745ded4a8af0d62a1;hpb=e654399bfeb5ed4214ff9bfaf1d6563975ccb416;p=bacula%2Fbacula diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index 13fffb0056..708aa8389d 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -2,12 +2,28 @@ # # Run all tape tests # -tests/test0 -tests/backup-bacula-tape -tests/small-file-size-tape -tests/two-volume-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-tape +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