X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=regress%2Fall-non-root-tape-tests;h=ddea8156ef9a78a1e52e52a99d9ab469bc7e5d94;hb=655826293893172cb616e2ff4ae97948d7bfed82;hp=9da64c0e576e53303dc5f6afd4f32d6b94c86c5b;hpb=7c98b5c46bec051c58af89729104e942135ea5e5;p=bacula%2Fbacula diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index 9da64c0e57..ddea8156ef 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -6,25 +6,25 @@ if test ! x$AUTOCHANGER = x/dev/null ; then mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null fi -cp test.out test1.out -nice tests/test0 +echo " " +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/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-tape -nice tests/verify-vol-tape -echo " " -echo " " -echo "Test results" -cat build/config.out -cat test.out -scripts/cleanup +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