From c1870f56151716c3e407471be362b63ad2e997f4 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 1 Nov 2009 16:44:25 +0100 Subject: [PATCH] Add more debug for zombie jobs --- regress/scripts/check_for_zombie_jobs | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5