From 9069d2fe01f419778c977cd4db47bb9e6b52cd02 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 3 Nov 2009 13:16:12 +0100 Subject: [PATCH] Remove annoying debug messages in four-jobs-test --- regress/tests/four-jobs-test | 4 ---- 1 file changed, 4 deletions(-) diff --git a/regress/tests/four-jobs-test b/regress/tests/four-jobs-test index 1a56a87037..c57d38c774 100755 --- a/regress/tests/four-jobs-test +++ b/regress/tests/four-jobs-test @@ -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 # -- 2.39.5