]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/scratch-pool-test
Update
[bacula/bacula] / regress / tests / scratch-pool-test
index 2f3d6ec0edbc49ef9e502a9cf90fd9d4c9b008e8..47a8cb96e8a7b86e07b962f957788211c6d05fa6 100755 (executable)
@@ -14,9 +14,7 @@
 TestName="scratch-pool-test"
 JobName=scratch-pool
 . scripts/functions
-set_debug 0
 
-. config.out
 if test x${AUTOCHANGER} = x/dev/null ; then
    echo "two-volume-test skipped. No autochanger."
    exit
@@ -26,21 +24,21 @@ scripts/cleanup
 scripts/copy-2disk-confs
 scripts/prepare-two-disks
  
-echo "${cwd}/build" >/tmp/file-list
+echo "${cwd}/build" >${cwd}/tmp/file-list
 
-outf="tmp/sed_tmp"
+outf="${cwd}/tmp/sed_tmp"
 echo "s%# Maximum File Size%  Maximum File Size%g" >${outf}
 cp ${cwd}/bin/bacula-sd.conf ${cwd}/tmp/1
 sed -f ${outf} ${cwd}/tmp/1 >${cwd}/bin/bacula-sd.conf
-change_jobname $JobName
 
+change_jobname NightlySave $JobName
 start_test
 
 # Write out bconsole commands
-cat <<END_OF_DATA >tmp/bconcmds
+cat <<END_OF_DATA >${cwd}/tmp/bconcmds
 @$out /dev/null
 messages
-@$out tmp/log1.out
+@$out ${cwd}/tmp/log1.out
 label storage=DDS-4 volume=TestVolume001 slot=1 pool=Scratch drive=0
 label storage=DDS-4 volume=TestVolume002 slot=2 pool=Scratch drive=0
 update Volume=TestVolume001 MaxVolBytes=2000000 pool=Scratch drive=0
@@ -56,7 +54,7 @@ llist volume=TestVolume001
 @# 
 @# now do a restore
 @#
-@$out tmp/log2.out
+@$out ${cwd}/tmp/log2.out
 restore where=${cwd}/tmp/bacula-restores select all storage=DDS-4 done
 yes
 wait