From cac876e743b1fcbf3d9b008bc7a9eab37dc19676 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 4 May 2003 11:17:39 +0000 Subject: [PATCH] Add start echos for each test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@484 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/all-non-root-tests | 1 - regress/tests/backup-bacula-test | 7 +++++++ regress/tests/compressed-test | 7 +++++++ regress/tests/sparse-compressed-test | 8 ++++++++ regress/tests/sparse-test | 7 +++++++ regress/tests/two-jobs-test | 7 +++++++ 6 files changed, 36 insertions(+), 1 deletion(-) 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 <