]> git.sur5r.net Git - bacula/bacula/commitdiff
Add code to detect glibc complaints
authorKern Sibbald <kern@sibbald.com>
Thu, 24 May 2007 09:44:39 +0000 (09:44 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 24 May 2007 09:44:39 +0000 (09:44 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4889 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/check_for_zombie_jobs

index 1542f0f667464913b9ff82678a10a301fc660635..ff16e1d415744f056ad0e75ae06da17bee5fe863 100755 (executable)
@@ -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
+