]> git.sur5r.net Git - bacula/bacula/commitdiff
Minor updates
authorKern Sibbald <kern@sibbald.com>
Thu, 24 Apr 2003 18:45:21 +0000 (18:45 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 24 Apr 2003 18:45:21 +0000 (18:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@460 91ce42f0-d328-0410-95d8-f526ca767f89

regress/README
regress/all-non-root-tests
regress/scripts/setup
regress/tests/backup-bacula-test

index a087726a51bbf863e457a5cd509932aefd1599d5..e9ebb627dd7199c0547915eeb5f4ad5ffdc8fbd8 100644 (file)
@@ -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.
-
index 64d87e5e807dac34e6ec4232d522e288b7137c32..9c20c6731d14c8d6bb9747a4e9334a3150da9250 100755 (executable)
@@ -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
index e6d4c552f53784eadaae9680dabfdfbe13714c0e..242291e8656a0a979dd2fb992cc0614be57cf9b8 100755 (executable)
@@ -39,4 +39,5 @@ bin/bacula stop
 #
 # Save Bacula default conf files for later use
 #
+cp -f bin/*.conf scripts
 scripts/do_sed
index 511a88f149b1d7f564bb41dfd81e77a8d0976ad8..e031a71ed835facac322f4ec0b6abbad498dea10 100755 (executable)
@@ -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