]> git.sur5r.net Git - bacula/bacula/blob - regress/all-non-root-tape-tests
79870318e232549f63a5d9faba9762fdeb0d4184
[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 cp test.out test1.out
10 tests/test0
11 tests/backup-bacula-tape
12 tests/bscan-tape
13 tests/btape-fill-tape
14 tests/fixed-block-size-tape
15 tests/four-concurrent-jobs-tape
16 tests/four-jobs-tape
17 tests/incremental-tape
18 tests/relabel-tape
19 tests/restore-by-file-tape
20 tests/small-file-size-tape
21 tests/truncate-bug-tape
22 tests/two-pool-tape
23 tests/2drive-incremental-2tape
24 echo " "
25 echo " "
26 echo "Test results"
27 cat test.out
28 scripts/cleanup