]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/sparse-compressed-test
Reduce printout a bit
[bacula/bacula] / regress / tests / sparse-compressed-test
index 50b5b9cbaabece0c18f601829cebb794a769f3c8..b0e6f89b6d1b4e1c2280b802be934ccfce503751 100755 (executable)
@@ -7,9 +7,15 @@ 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
+
+echo " "
+echo " "
+echo " === Starting sparse-compressed-test ==="
+echo " "
+
 bin/bacula start
 bin/console -c bin/console.conf <<END_OF_DATA
 @output /dev/null
@@ -33,6 +39,7 @@ wait
 messages
 quit
 END_OF_DATA
+
 bin/bacula stop
 diff -ur build /tmp/bacula-restores${cwd}/build
 if [ $? != 0 ] ; then