]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/check_for_zombie_jobs
ebl add 3 others errors
[bacula/bacula] / 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
+