From: Kern Sibbald Date: Sun, 1 Nov 2009 15:44:25 +0000 (+0100) Subject: Add more debug for zombie jobs X-Git-Tag: Release-7.0.0~2598^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1870f56151716c3e407471be362b63ad2e997f4;p=bacula%2Fbacula Add more debug for zombie jobs --- diff --git a/regress/scripts/check_for_zombie_jobs b/regress/scripts/check_for_zombie_jobs index 6aec189173..b26ced1e58 100755 --- a/regress/scripts/check_for_zombie_jobs +++ b/regress/scripts/check_for_zombie_jobs @@ -31,6 +31,7 @@ if [ $? != 0 ] ; then echo " " echo " !!!! Zombie Jobs in Director !!!!" echo " !!!! Zombie Jobs in Director !!!!" >>test.out + cat ${tmp}/dir.out echo " " zstat=1 exit 1 @@ -40,6 +41,7 @@ if [ $? != 0 ] ; then echo " " echo " !!!! Zombie Jobs in File daemon !!!!" echo " !!!! Zombie Jobs in File daemon !!!!" >>test.out + cat ${tmp}/fd.out echo " " zstat=1 exit 1 @@ -49,6 +51,7 @@ if [ $? != 0 ] ; then echo " " echo " !!!! Zombie Jobs in Storage daemon !!!!" echo " !!!! Zombie Jobs in Storage daemon !!!!" >>test.out + cat ${tmp}/sd.out echo " " zstat=1 exit 1