From fa838b4ca66895ae82baa0fc36abc36696218774 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 24 May 2007 09:44:39 +0000 Subject: [PATCH] Add code to detect glibc complaints git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4889 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/check_for_zombie_jobs | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + -- 2.39.5