8 # If we have an autoloader, load the tape in slot1
9 if test ! x$AUTOCHANGER = x/dev/null ; then
10 a=`bin/mtx-changer $AUTOCHANGER loaded $SLOT1 $TAPE_DRIVE $DRIVE1`
12 bin/mtx-changer $AUTOCHANGER load $SLOT1 $TAPE_DRIVE $DRIVE1
17 echo "Start all non-root tape tests"
18 echo "Start all non-root tape tests" >>test.out
19 nice tests/ansi-label-tape
20 nice tests/backup-bacula-tape
22 nice tests/fixed-block-size-tape
23 nice tests/four-concurrent-jobs-tape
24 nice tests/four-jobs-tape
25 nice tests/incremental-tape
26 nice tests/relabel-tape
27 nice tests/restore-by-file-tape
28 nice tests/small-file-size-tape
29 nice tests/truncate-bug-tape
30 nice tests/verify-vol-tape
31 # nice tests/manual-two-vol-tape
32 echo "End all non-root tape tests"
33 echo "End all non-root tape tests" >>test.out