From d889d5f1cd5afd18c536b18151a7a655ab9725c0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 22 Apr 2004 13:20:57 +0000 Subject: [PATCH] Turn off debug in bscan-tape git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1265 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/bscan-tape | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <