]> git.sur5r.net Git - bacula/bacula/commitdiff
Reduce printout a bit
authorKern Sibbald <kern@sibbald.com>
Sun, 4 May 2003 11:27:49 +0000 (11:27 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 4 May 2003 11:27:49 +0000 (11:27 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@485 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/backup-bacula-test
regress/tests/compressed-test
regress/tests/sparse-compressed-test
regress/tests/sparse-test
regress/tests/two-jobs-test

index 7768b8c3ea035feba667d04b7b96c944d9324d5c..a1f650730593ad1843385a9994f0345c34a5fd24 100755 (executable)
@@ -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 <<END_OF_DATA
index 491feee379b494ef313b24df3ad206d4805a350c..f41d915f664165fc40c6fe7745bf2da9e048f1e5 100755 (executable)
@@ -7,7 +7,7 @@ cwd=`pwd`
 scripts/copy-test-confs
 rm -rf /tmp/TestVolume001 /tmp/bacula-restores
 echo "${cwd}/build" >/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 <<END_OF_DATA
index ffee7a05a93ac247deccf6d1ccf0396afbcea124..b0e6f89b6d1b4e1c2280b802be934ccfce503751 100755 (executable)
@@ -7,7 +7,7 @@ cwd=`pwd`
 scripts/copy-test-confs
 rm -rf /tmp/TestVolume001 /tmp/bacula-restores
 echo "${cwd}/build" >/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 <<END_OF_DATA
index f8128e4ac81d9cce195bac169b86ae8b4600b641..443c4440f4eb653b3e768fff5753f6613b83e6c1 100755 (executable)
@@ -7,7 +7,7 @@ cwd=`pwd`
 scripts/copy-test-confs
 rm -rf /tmp/TestVolume001 /tmp/bacula-restores
 echo "${cwd}/build" >/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 <<END_OF_DATA
index 98a34a805349e77e4e897e53acdf5511ef97b250..df56983ba4ced99babb56c2898a6afcbee0badf1 100755 (executable)
@@ -7,7 +7,7 @@ cwd=`pwd`
 scripts/copy-test-confs
 rm -rf /tmp/TestVolume001 /tmp/bacula-restores
 echo "${cwd}/build" >/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 <<END_OF_DATA