X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fthree-pool-recycle-test;h=57790ce9e68711b05be7e4f63886d15dabed87df;hb=ef33273cecc466a71ce597c06024d8fac53fbe1d;hp=7f1557a16988f1f1eacb14b32d2e789f2e6443e4;hpb=89cd7c0f6e11902f30d3de21fe2e0036ed79424b;p=bacula%2Fbacula diff --git a/regress/tests/three-pool-recycle-test b/regress/tests/three-pool-recycle-test index 7f1557a169..57790ce9e6 100755 --- a/regress/tests/three-pool-recycle-test +++ b/regress/tests/three-pool-recycle-test @@ -4,7 +4,7 @@ # an autochanger. Note, the Director has four Pools in its # conf: Default, Full, Inc, and Scratch. Default is used in the # NightlySave job by default. What is backed up is what -# is in /tmp/file-list, which is by default the Bacula +# is in ${cwd}/tmp/file-list, which is by default the Bacula # source code (i.e. the build directory). # # Note, we use the virtual disk autochanger. @@ -22,15 +22,15 @@ scripts/prepare-two-disks cp ${cwd}/bin/bacula-dir.conf ${cwd}/tmp/1 sed "s%Client Run Before Job%#Client Run Before Job%" ${cwd}/tmp/1 >${cwd}/bin/bacula-dir.conf -echo "${cwd}/build" >/tmp/file-list +echo "${cwd}/build" >${cwd}/tmp/file-list start_test # Write out bconsole commands to a file -cat <tmp/bconcmds +cat <${cwd}/tmp/bconcmds @output /dev/null messages -@$out tmp/log1.out +@$out ${cwd}/tmp/log1.out @#setdebug level=150 storage=DDS-4 label storage=DDS-4 volume=TestVolume001 slot=1 pool=Full drive=0 label storage=DDS-4 volume=TestVolume002 slot=2 pool=Default drive=0 @@ -88,7 +88,7 @@ messages @# @# 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