From: Kern Sibbald Date: Sun, 4 May 2003 11:27:49 +0000 (+0000) Subject: Reduce printout a bit X-Git-Tag: Release-1.31~171 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=db4ecb408aa5688a7e5dc3007a6503435fa9f777;p=bacula%2Fbacula Reduce printout a bit git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@485 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/backup-bacula-test b/regress/tests/backup-bacula-test index 7768b8c3ea..a1f6507305 100755 --- a/regress/tests/backup-bacula-test +++ b/regress/tests/backup-bacula-test @@ -6,7 +6,7 @@ cwd=`pwd` scripts/copy-confs rm -rf /tmp/TestVolume001 /tmp/bacula-restores -bin/bacula stop +bin/bacula stop 2>&1 >/dev/null bin/drop_sqlite_tables bin/make_sqlite_tables @@ -14,7 +14,6 @@ echo " " echo " " echo " === Starting Backup Bacula Test ===" echo " " -echo " " bin/bacula start bin/console -c bin/console.conf </tmp/file-list -bin/bacula stop +bin/bacula stop 2>&1 >/dev/null bin/drop_sqlite_tables bin/make_sqlite_tables @@ -15,7 +15,6 @@ echo " " echo " " echo " === Starting compressed-test ===" echo " " -echo " " bin/bacula start bin/console -c bin/console.conf </tmp/file-list -bin/bacula stop +bin/bacula stop 2>&1 >/dev/null bin/drop_sqlite_tables bin/make_sqlite_tables @@ -15,7 +15,6 @@ echo " " echo " " echo " === Starting sparse-compressed-test ===" echo " " -echo " " bin/bacula start bin/console -c bin/console.conf </tmp/file-list -bin/bacula stop +bin/bacula stop 2>&1 >/dev/null bin/drop_sqlite_tables bin/make_sqlite_tables @@ -15,7 +15,6 @@ echo " " echo " " echo " === Starting sparse-test ===" echo " " -echo " " bin/bacula start bin/console -c bin/console.conf </tmp/file-list -bin/bacula stop +bin/bacula stop 2>&1 >/dev/null bin/drop_sqlite_tables bin/make_sqlite_tables @@ -15,7 +15,6 @@ echo " " echo " " echo " === Starting two-jobs-test ===" echo " " -echo " " bin/bacula start bin/console -c bin/console.conf <