X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fall-non-root-tape-tests;h=d52502ec02376fba16f8bd9602c6a26d1ab4346d;hb=f6ec0c7b2302fb0b3e79dd369498a6f481701b1f;hp=a3b69bff5220cf94f2378bf0bf88eecaf99255df;hpb=2f8a7f67669235dc0a914498b069bac1e60cdd6a;p=bacula%2Fbacula diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index a3b69bff52..d52502ec02 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -2,18 +2,26 @@ # # 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/restore-by-file-tape -tests/incremental-tape -tests/four-concurrent-jobs-tape -tests/four-jobs-tape -tests/fixed-block-size-tape -tests/bscan-tape -tests/btape-fill-tape -tests/truncate-bug-tape +nice tests/test0 +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 " " echo " " echo "Test results"