Skip to content
Snippets Groups Projects
Commit 81ff6458 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix output of error counter

parent 5f2e363f
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ done ...@@ -157,7 +157,7 @@ done
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
if [ -f $errfile ]; then if [ -f $errfile ]; then
iErrJobs=$(wc -l $errfile) iErrJobs=$(wc -l $errfile | cut -f 1)
echo "ERROR: $iErrJobs of $iJobs jobs [`cat $failfile | sed ':a;N;$!ba;s/\n/, /g'`] have a problem" echo "ERROR: $iErrJobs of $iJobs jobs [`cat $failfile | sed ':a;N;$!ba;s/\n/, /g'`] have a problem"
echo echo
echo "********** Jobs with problems:" echo "********** Jobs with problems:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment