From: Kern Sibbald Date: Thu, 24 May 2007 09:44:39 +0000 (+0000) Subject: Add code to detect glibc complaints X-Git-Tag: Release-7.0.0~6256 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fa838b4ca66895ae82baa0fc36abc36696218774;p=bacula%2Fbacula Add code to detect glibc complaints git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4889 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/check_for_zombie_jobs b/regress/scripts/check_for_zombie_jobs index 1542f0f667..ff16e1d415 100755 --- a/regress/scripts/check_for_zombie_jobs +++ b/regress/scripts/check_for_zombie_jobs @@ -49,3 +49,11 @@ if [ $? = 0 ] ; then echo " " fi +grep "glibc detected" tmp/log*.out 2>&1 >/dev/null +if [ $? = 0 ] ; then + echo " " + echo " !!!! glibc detected Error in log output !!!!" + echo " !!!! glibc detected Error in log output !!!!" >>test.out + echo " " +fi +