From: Kern Sibbald Date: Sun, 4 May 2003 11:17:39 +0000 (+0000) Subject: Add start echos for each test X-Git-Tag: Release-1.31~172 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cac876e743b1fcbf3d9b008bc7a9eab37dc19676;p=bacula%2Fbacula Add start echos for each test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@484 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index 9c20c6731d..38584f1650 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -12,5 +12,4 @@ tests/two-jobs-test echo " " echo " " echo "Test results" -echo " " cat test.out diff --git a/regress/tests/backup-bacula-test b/regress/tests/backup-bacula-test index e031a71ed8..7768b8c3ea 100755 --- a/regress/tests/backup-bacula-test +++ b/regress/tests/backup-bacula-test @@ -9,6 +9,13 @@ rm -rf /tmp/TestVolume001 /tmp/bacula-restores bin/bacula stop bin/drop_sqlite_tables bin/make_sqlite_tables + +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/drop_sqlite_tables bin/make_sqlite_tables + +echo " " +echo " " +echo " === Starting compressed-test ===" +echo " " +echo " " + bin/bacula start bin/console -c bin/console.conf </tmp/file-list bin/bacula stop bin/drop_sqlite_tables bin/make_sqlite_tables + +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/drop_sqlite_tables bin/make_sqlite_tables + +echo " " +echo " " +echo " === Starting sparse-test ===" +echo " " +echo " " + bin/bacula start bin/console -c bin/console.conf </tmp/file-list bin/bacula stop bin/drop_sqlite_tables bin/make_sqlite_tables + +echo " " +echo " " +echo " === Starting two-jobs-test ===" +echo " " +echo " " + bin/bacula start bin/console -c bin/console.conf <