From db4ecb408aa5688a7e5dc3007a6503435fa9f777 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 4 May 2003 11:27:49 +0000 Subject: [PATCH] Reduce printout a bit git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@485 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/backup-bacula-test | 3 +-- regress/tests/compressed-test | 3 +-- regress/tests/sparse-compressed-test | 3 +-- regress/tests/sparse-test | 3 +-- regress/tests/two-jobs-test | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) 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 <