From: Kern Sibbald Date: Thu, 24 Apr 2003 18:45:21 +0000 (+0000) Subject: Minor updates X-Git-Tag: Release-1.30~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d4827b0558fd1167d32ddb6019b949df10e6b3b1;p=bacula%2Fbacula Minor updates git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@460 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/README b/regress/README index a087726a51..e9ebb627dd 100644 --- a/regress/README +++ b/regress/README @@ -24,7 +24,14 @@ self-initalizing and should clean up after itself. Not all the tests yet report OK. This is simply because there are some spurious differences that I haven't yet taken the time to -eliminate. +eliminate. The working scrips as of 24 Apr 03 are: + +backup-bacula-test +sparse-test +compressed-test +sparse-compressed-test +two-jobs-test +wierd-files-test The tests expect you to execute them from the main regress directory! @@ -48,4 +55,3 @@ to do: make reset this cleans up any files that may be created with root permissions. - diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index 64d87e5e80..9c20c6731d 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -9,4 +9,8 @@ tests/compressed-test tests/sparse-compressed-test tests/wierd-files-test tests/two-jobs-test +echo " " +echo " " +echo "Test results" +echo " " cat test.out diff --git a/regress/scripts/setup b/regress/scripts/setup index e6d4c552f5..242291e865 100755 --- a/regress/scripts/setup +++ b/regress/scripts/setup @@ -39,4 +39,5 @@ bin/bacula stop # # Save Bacula default conf files for later use # +cp -f bin/*.conf scripts scripts/do_sed diff --git a/regress/tests/backup-bacula-test b/regress/tests/backup-bacula-test index 511a88f149..e031a71ed8 100755 --- a/regress/tests/backup-bacula-test +++ b/regress/tests/backup-bacula-test @@ -39,11 +39,11 @@ diff -ur build /tmp/bacula-restores${cwd}/build if [ $? != 0 ] ; then echo " " echo " " - echo " ===== Test1 Bacula source failed!!! ===== " - echo " ===== Test1 failed!!! ===== " >>test.out + echo " ===== Backup Bacula Test failed!!! ===== " + echo " ===== Backup Bacula Test failed!!! ===== " >>test.out echo " " else - echo " ===== Test1 Bacula source OK ===== " - echo " ===== Test1 OK ===== " >>test.out + echo " ===== Backup Bacula Test OK ===== " + echo " ===== Backup Bacula Test OK ===== " >>test.out fi rm -rf /tmp/bacula-restores