]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Tue, 13 Dec 2005 21:40:41 +0000 (21:40 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 13 Dec 2005 21:40:41 +0000 (21:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2669 91ce42f0-d328-0410-95d8-f526ca767f89

regress/all-non-root-tape-tests
regress/tests/2drive-incremental-2tape
regress/tests/relabel-tape

index 8b2527670d2e8433a98ad6bcccd935b39f34be89..99e6e9164ed777e031923cb9913d2405f51cd3a6 100755 (executable)
@@ -16,6 +16,7 @@ tests/restore-by-file-tape
 tests/small-file-size-tape
 tests/truncate-bug-tape
 tests/two-pool-tape
+tests/2drive-incremental-2tape
 echo " "
 echo " "
 echo "Test results"
index e330719aa0bf6fa80e5f296e6f7661ef9dc434f7..02fbcfc32c3dd84b11cf2ffcbc04a10f2da37fdf 100755 (executable)
@@ -5,7 +5,11 @@
 #
 # 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
index f3155bb362e7687be09fb778d99be41c1e1186e1..b90c16e9e2616864c2a79b27baf91c6f002ef086 100755 (executable)
@@ -4,7 +4,7 @@
 #   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