]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add new test on copy
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Dec 2008 13:07:53 +0000 (13:07 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Dec 2008 13:07:53 +0000 (13:07 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8223 91ce42f0-d328-0410-95d8-f526ca767f89

regress/DartTestfile.txt.in
regress/all-disk-tests
regress/tests/accurate-test
regress/tests/copy-volume-test

index c0175ca7bac305822dd9b4ffd10fceb2b363dc15..8a0d64507f8f6ba87ab58ff9bb467eaf8cba7516 100644 (file)
@@ -14,6 +14,7 @@ ADD_TEST(disk:compress-encrypt-test "@regressdir@/tests/compress-encrypt-test")
 ADD_TEST(disk:concurrent-jobs-test "@regressdir@/tests/concurrent-jobs-test")
 ADD_TEST(disk:copy-jobspan-test "@regressdir@/tests/copy-jobspan-test")
 ADD_TEST(disk:copy-job-test "@regressdir@/tests/copy-job-test")
+ADD_TEST(disk:copy-upgrade-test "@regressdir@/tests/copy-upgrade-test")
 ADD_TEST(disk:copy-volume-test "@regressdir@/tests/copy-volume-test")
 ADD_TEST(disk:data-encrypt-test "@regressdir@/tests/data-encrypt-test")
 ADD_TEST(disk:differential-test "@regressdir@/tests/differential-test")
index 34bac371cf2e05006695ae0006a1e8cf6e7a5054..74eeddb3ab06536ab770933fba64700fa5b1668b 100755 (executable)
@@ -18,6 +18,7 @@ nice tests/compress-encrypt-test
 nice tests/concurrent-jobs-test
 nice tests/copy-job-test
 nice tests/copy-jobspan-test
+nice tests/copy-upgrade-test
 nice tests/copy-volume-test
 nice tests/data-encrypt-test
 nice tests/encrypt-bug-test
index 4ae2b1e66c00454a57dd72e27dc388289c795612..80168c8b4be86f47fe11df7b2c93e10b66d80fb3 100755 (executable)
@@ -296,7 +296,7 @@ cat <<END_OF_DATA >${cwd}/tmp/bconcmds
 @$out ${cwd}/tmp/log1.out
 messages
 @# 
-@# now do a restore
+@# now do a restore after bscan
 @#
 @$out ${cwd}/tmp/log2.out  
 setdebug level=10 storage=File
index d11bb18af98b04bf965d0b3ef8968d776ca90765..2200c90d1144243532e3f7fddcfe02907a6b88ea 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # Run a backup of the Bacula build directory on two Volumes
-#   then migrate it to another device.             
+#   then copy it to another device.             
 #
 # This script uses the virtual disk autochanger and migration scripts
 #