#!/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 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