#!/bin/sh # # Run all tape tests # . ./config.out if test ! x$AUTOCHANGER = x/dev/null ; then mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null fi echo " " echo " " >>test.out echo "Start all tape tests" echo "Start all tape tests" >>test.out nice tests/ansi-label-1t1d-tape nice tests/backup-bacula-1t1d-tape #nice tests/btape-fill-full-tape nice tests/fixed-block-size-1t1d-tape nice tests/four-concurrent-jobs-1t1d-tape 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-1t1d-tape nice tests/verify-vol-1t1d-tape #nice tests/vol-duration-2t1da-tape echo "End all tape tests" echo "End all tape tests" >>test.out