]> 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 5fae9d3e7f68fb1389f51d5cba2dc64f892f0b0a..ff16e1d415744f056ad0e75ae06da17bee5fe863 100755 (executable)
@@ -3,7 +3,7 @@
 # Check for zombie jobs (not terminated).
 # Also scan logs for ERROR messages
 #
-bin/bconsole -c bin/bconsole.conf <<END_OF_DATA
+bin/bconsole -c bin/bconsole.conf <<END_OF_DATA 2>&1 >/dev/null
 @output tmp/dir.out
 status dir
 @output tmp/fd.out
@@ -49,4 +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