X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fweird-files-test;h=c8d10aea70306d0fa66e4f66178dabc5095b98bf;hb=cf9a9b0ca604d6f954f5b003bba822a3589b14c2;hp=2cbd5f263ea9ddbf4eb30ff3864d7bfe494a76f2;hpb=4d7816150054b723901790b7023d7524eb0f8e13;p=bacula%2Fbacula diff --git a/regress/tests/weird-files-test b/regress/tests/weird-files-test index 2cbd5f263e..c8d10aea70 100755 --- a/regress/tests/weird-files-test +++ b/regress/tests/weird-files-test @@ -3,6 +3,12 @@ # Run a simple backup of the Bacula build directory # then restore it. # +debug=0 +if test "$debug" -eq 1 ; then + out="tee" +else + out="output" +fi if test ! -d weird-files ; then echo " " echo "Weird files not configured. Test not run." @@ -26,11 +32,10 @@ echo " === Starting weird filenames test at `date +%R:%S` ===" echo " === Starting weird filenames test at `date +%R:%S` ===" >>working/log echo " " -bin/bacula start 2>&1 >/dev/null -bin/bconsole -c bin/bconsole.conf <&1 >/dev/null -@output /dev/null +cat <tmp/bconcmds +@$out /dev/null messages -@output tmp/log1.out +@$out tmp/log1.out label storage=File TestVolume001 run job=NightlySave @@ -40,7 +45,7 @@ messages @# @# now do a restore @# -@output tmp/log2.out +@$out tmp/log2.out restore where=${cwd}/tmp/bacula-restores select storage=File unmark * mark * @@ -48,9 +53,16 @@ done yes wait messages -@output +@$out quit END_OF_DATA +if test "$debug" -eq 1 ; then + bin/bacula start + cat tmp/bconcmds | bin/bconsole -c bin/bconsole.conf +else + bin/bacula start 2>&1 >/dev/null + cat tmp/bconcmds | bin/bconsole -c bin/bconsole.conf 2>&1 >/dev/null +fi scripts/check_for_zombie_jobs storage=File bin/bacula stop 2>&1 >/dev/null ${cwd}/bin/testls weird-files | sort >${cwd}/tmp/original