]> git.sur5r.net Git - bacula/bacula/blob - regress/all-non-root-tape-tests
Delete unwanted subdirectory
[bacula/bacula] / regress / all-non-root-tape-tests
1 #!/bin/sh
2 #
3 # Run all tape tests
4 #
5 . ./config.out
6 if test ! x$AUTOCHANGER = x/dev/null ; then
7    mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null
8 fi
9 echo " "
10 echo " " >>test.out
11 echo "Start all non-root tape tests"
12 echo "Start all non-root tape tests" >>test.out
13 nice tests/backup-bacula-tape
14 nice tests/btape-fill-tape
15 nice tests/fixed-block-size-tape
16 nice tests/four-concurrent-jobs-tape
17 nice tests/four-jobs-tape
18 nice tests/incremental-tape
19 nice tests/relabel-tape
20 nice tests/restore-by-file-tape
21 nice tests/small-file-size-tape
22 nice tests/truncate-bug-tape
23 nice tests/two-pool-tape
24 nice tests/2drive-incremental-2tape
25 nice tests/bscan-tape
26 nice tests/verify-vol-tape
27 echo "End all non-root tape tests"
28 echo "End all non-root tape tests" >>test.out