git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2669
91ce42f0-d328-0410-95d8-
f526ca767f89
tests/small-file-size-tape
tests/truncate-bug-tape
tests/two-pool-tape
+tests/2drive-incremental-2tape
echo " "
echo " "
echo "Test results"
#
# This script uses the autochanger and two tapes
#
-debug=1
+if test ! -e /dev/nst1; then
+ echo "Skipping 2drive-incremenatal-2tape test"
+ exit
+fi
+debug=0
if test "$debug" -eq 1 ; then
out="tee"
else
# then backup four times, each with incremental then finally restore.
# It should require at least 4 different bsrs.
#
-debug=1
+debug=0
if test "$debug" -eq 1 ; then
out="tee"
else