From: Kern Sibbald Date: Thu, 22 Apr 2004 13:20:57 +0000 (+0000) Subject: Turn off debug in bscan-tape X-Git-Tag: Release-7.0.0~9495 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=53dd68f2012dc3e59f3cfa7c6dca8a78e67dba98;p=bacula%2Fbacula Turn off debug in bscan-tape git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1265 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/bscan-tape b/regress/tests/bscan-tape index 3fd0b84658..7bea0dca9d 100755 --- a/regress/tests/bscan-tape +++ b/regress/tests/bscan-tape @@ -106,8 +106,8 @@ cd .. bin/bacula stop 2>&1 >/dev/null echo "volume=TestVolume001" >tmp/bscan.bsr -# bin/bscan -w working -m -s -v -b tmp/bscan.bsr -c bin/bacula-sd.conf ${cwd}/tmp 2>&1 >/dev/null -bin/bscan -w working -m -s -v -b tmp/bscan.bsr -c bin/bacula-sd.conf /dev/nst0 +bin/bscan -w working -m -s -v -b tmp/bscan.bsr -c bin/bacula-sd.conf +bin/bscan -w working -m -s -v -b tmp/bscan.bsr -c bin/bacula-sd.conf /dev/nst0 2>&1 >/dev/null bin/bacula start 2>&1 >/dev/null bin/bconsole -c bin/bconsole.conf <