git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@460
91ce42f0-d328-0410-95d8-
f526ca767f89
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!
make reset
this cleans up any files that may be created with root permissions.
-
tests/sparse-compressed-test
tests/wierd-files-test
tests/two-jobs-test
+echo " "
+echo " "
+echo "Test results"
+echo " "
cat test.out
#
# Save Bacula default conf files for later use
#
+cp -f bin/*.conf scripts
scripts/do_sed
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