]> git.sur5r.net Git - bacula/bacula/commitdiff
Update control scripts
authorKern Sibbald <kern@sibbald.com>
Fri, 10 Aug 2007 12:19:53 +0000 (12:19 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 10 Aug 2007 12:19:53 +0000 (12:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5330 91ce42f0-d328-0410-95d8-f526ca767f89

regress/all-non-root-2tape-tests
regress/all-non-root-tape-tests
regress/all-non-root-tests
regress/all-root-tests
regress/all-tape-and-file-tests
regress/all-tests
regress/do_all_tests
regress/do_file

index 7ba487c6ca4f36e0188a5186daa3834307dfeeda..9491417f1bf1036959bc04ca8968210bdbbe03f8 100755 (executable)
@@ -2,12 +2,9 @@
 #
 # Run all tape tests
 #
-nice tests/test0
+echo "Start two tape tests"
+echo "Start two tape tests" >>test.out
 nice tests/two-volume-tape
 nice tests/incremental-2tape
-echo " "
-echo " "
-echo "2 Tape Test results"
-cat build/config.out
-cat test.out
-scripts/cleanup
+echo "End two tape tests"
+echo "End two tape tests" >>test.out
index 9da64c0e576e53303dc5f6afd4f32d6b94c86c5b..68feb8c5755ddd5bfe625062c39a8612c7ead3fb 100755 (executable)
@@ -6,8 +6,10 @@
 if test ! x$AUTOCHANGER = x/dev/null ; then
    mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null
 fi
-cp test.out test1.out
-nice tests/test0
+echo " "
+echo " " >>test.out
+echo "Start all non-root tape tests"
+echo "Start all non-root tape tests" >>test.out
 nice tests/backup-bacula-tape
 nice tests/btape-fill-tape
 nice tests/fixed-block-size-tape
@@ -22,9 +24,5 @@ nice tests/two-pool-tape
 nice tests/2drive-incremental-2tape
 nice tests/bscan-tape
 nice tests/verify-vol-tape
-echo " "
-echo " "
-echo "Test results"
-cat build/config.out
-cat test.out
-scripts/cleanup
+echo "End all non-root tape tests"
+echo "End all non-root tape tests" >>test.out
index 58a48c0e4414b8dbdd1b96d79fc69fa5b6de8179..92a96cd23ed6f96e98baac223c50053048a7e81c 100755 (executable)
@@ -2,9 +2,10 @@
 #
 # Run all tests
 #
-rm -f test1.out
-tests/test0
 echo " "
+echo " " >>test.out
+echo "Start non-root disk tests"
+echo "Start non-root disk tests" >>test.out
 nice tests/auto-label-test
 nice tests/backup-bacula-test
 nice tests/bextract-test
@@ -50,8 +51,15 @@ nice tests/migration-volume-test
 nice tests/migration-time-test
 nice tests/hardlink-test
 nice tests/tls-test
+echo "End non-root disk tests"
+echo "End non-root disk tests" >>test.out
+
 # 
 # The following are Virtual Disk Autochanger tests
+echo " "
+echo " " >>test.out
+echo "Start non-root virtual disk autochanger tests"
+echo "Start non-root virtual disk autochangertests" >>test.out
 #nice tests/three-pool-recycle-test
 nice tests/two-pool-test
 nice tests/fast-two-pool-test
@@ -63,8 +71,5 @@ nice tests/2drive-concurrent-test
 nice tests/incremental-2media
 nice tests/three-pool-test
 nice tests/2drive-3pool-test
-echo " "
-echo "Test results"
-cat build/config.out
-cat test.out
-scripts/cleanup
+echo "End non-root virtual disk autochanger tests"
+echo "End non-root virtual disk autochangertests" >>test.out
index 3608461eda5ad83cbb39147b2bbc599c52ed2a40..1ba54d9f4a1a6cce64997b75e53e62d55a0d758f 100755 (executable)
@@ -2,11 +2,13 @@
 #
 # Run all root tests
 #
-rm -f test.out
+echo " "
+echo " " >>test.out
+echo "Start root tests"
+echo "Start root tests" >>test.out
 tests/dev-test-root
 tests/etc-test-root
 tests/lib-test-root
 tests/usr-tape-root
-cat build/config.out
-cat test.out
-scripts/cleanup
+echo "End root tests"
+echo "End root tests" >>test.out
index f3e726914aed3c916fba1505886b9a340ae4b84b..9bc3e7676c77210026dae379c0ad5a8ade274510 100755 (executable)
@@ -3,5 +3,4 @@
 # Run all tests
 #
 ./all-non-root-tests
-./endtime
 ./all-non-root-tape-tests
index 410b4e8baa2a8f7b040bd33834293287ed8580c0..e3dc688c8769083dabf3cf238034f12d498d045f 100755 (executable)
@@ -4,6 +4,3 @@
 #
 ./all-non-root-tests
 ./all-root-tests
-cat build/config.out
-cat test.out
-scripts/cleanup
index 9f05421c5fda18843f7fc9ff67e366ec179d708a..76d4bc3c712f3bddd4415df3672c7c3c2b4a91ad 100755 (executable)
@@ -3,8 +3,18 @@
 if [ ! -f bin/tape_options ] ; then
   touch bin/tape_options
 fi
+echo " " >test.out
+cat build/config.out >>test.out
+echo " " >>test.out
+echo "Test results" >>test.out
+echo " " >>test.out
+./starttime
 nice ./all-non-root-tests
-
 nice ./all-non-root-tape-tests
 nice ./all-non-root-2tape-tests
+echo " "
+echo "End do_all tests"
+echo "End do_all tests" >>test.out
+scripts/cleanup
+cat test.out
 ./endtime
index c4c5b1a07b1999b7ba5589eb61a2f7154821c888..0ac4aa8bf34f2d55c03b8d13be0ad0d43f1b4c3c 100755 (executable)
@@ -1,6 +1,16 @@
 #!/bin/sh
 #  /home/kern/bacula/bin/startmysql
 nice make setup
+echo " " >test.out
+cat build/config.out >>test.out
+echo " " >>test.out
+echo "Test results" >>test.out
+echo " " >>test.out
 ./starttime
 nice ./all-non-root-tests
+echo " "
+echo "End do_file tests"
+echo "End do_file tests" >>test.out
+scripts/cleanup
+cat test.out
 ./endtime