]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove annoying debug messages in four-jobs-test
authorKern Sibbald <kern@sibbald.com>
Tue, 3 Nov 2009 12:16:12 +0000 (13:16 +0100)
committerKern Sibbald <kern@sibbald.com>
Tue, 3 Nov 2009 12:16:12 +0000 (13:16 +0100)
regress/tests/four-jobs-test

index 1a56a8703727a50bd3c5ed2439ae239d4fd805d5..c57d38c774961ef0ff91f855c79e26bd57f7e92f 100755 (executable)
@@ -31,7 +31,6 @@ END_OF_DATA
 
 run_bacula
 check_for_zombie_jobs storage=File
-echo "Backup 1 done"
 # make some files for the incremental to pick up
 touch ${cwd}/build/src/dird/*.c ${cwd}/build/src/dird/*.o
 touch ${cwd}/build/src/lib/*.c ${cwd}/build/src/lib/*.o
@@ -52,7 +51,6 @@ END_OF_DATA
 run_bconsole
 check_for_zombie_jobs storage=File
 
-echo "Backup 2 done"
 touch ${cwd}/build/src/dird/*.c
 touch ${cwd}/build/src/lib/*.c ${cwd}/build/src/lib/*.o
 #
@@ -71,7 +69,6 @@ END_OF_DATA
 run_bconsole
 check_for_zombie_jobs storage=File
 
-echo "Backup 3 done"
 # make some files for the incremental to pick up
 touch ${cwd}/build/src/lib/*.c ${cwd}/build/src/lib/*.o
 #
@@ -90,7 +87,6 @@ END_OF_DATA
 run_bconsole
 check_for_zombie_jobs storage=File
 
-echo "Backup 4 done"
 # 
 # now do several restores to ensure we cleanup between jobs
 #