X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fall-non-root-tape-tests;h=68feb8c5755ddd5bfe625062c39a8612c7ead3fb;hb=2cafc419a8ae40203a1597709fa3491c1d566649;hp=5e57ebb2df8a6dbc7be0e9e12bf19457fa3ea349;hpb=a0f4e0fc2312ca9395ed6ed3f2e287bb803e4289;p=bacula%2Fbacula diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index 5e57ebb2df..68feb8c575 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -6,24 +6,23 @@ 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/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 -tests/2drive-incremental-2tape -tests/bscan-tape -tests/verify-vol-tape 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/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