From ba0379bde61fac79e6ffe9540891bfe25706a3be Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 16 Jul 2009 16:46:35 +0000 Subject: [PATCH] test with file instead of vtape git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9030 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/vtape-bug-1288 | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/regress/tests/vtape-bug-1288 b/regress/tests/vtape-bug-1288 index 70124705ac..16a8272795 100644 --- a/regress/tests/vtape-bug-1288 +++ b/regress/tests/vtape-bug-1288 @@ -44,23 +44,11 @@ cat <${cwd}/tmp/bconcmds @$out ${cwd}/tmp/log1.out messages @#label barcodes slots=1-10 pool=Scratch storage=LTO3 drive=0 -add pool=Inc storage=LTO3 drive=0 -1 -vol -1 -1 -yes -add pool=Inc storage=LTO3 drive=0 -1 -vol -2 -2 -yes list volumes @$out ${cwd}/tmp/log1.out -run storage=LTO3 when="$when1" job=NightlySave pool=Inc yes -run storage=LTO3 when="$when1" job=NightlySave2 pool=Inc yes -run storage=LTO3 when="$when1" job=NightlySave1 pool=Inc yes +run storage=File when="$when1" job=NightlySave pool=Inc yes +run storage=File when="$when1" job=NightlySave2 pool=Inc yes +run storage=File when="$when1" job=NightlySave1 pool=Inc yes @sleep 6 messages wait @@ -69,7 +57,7 @@ quit END_OF_DATA run_bacula -check_for_zombie_jobs storage=LTO3 $clientname +check_for_zombie_jobs storage=File $clientname stop_bacula -- 2.39.5