]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/QA/scripts/runQA.sh
failing detector in email subject
[u/mrichter/AliRoot.git] / PWGPP / QA / scripts / runQA.sh
index a277ea5c02c42742421a80aaa3f13d8ad7fb6264..9c66d359439cd1729c80793c5fa1c97887fb1b25 100755 (executable)
@@ -340,7 +340,7 @@ executePlanB()
   if [[ -n ${mailTo} ]]; then 
     echo
     echo "trouble detected, sending email to ${mailTo}"
-    cat ${logSummary} | mail -s "qa in need of assistance" ${mailTo}
+    cat ${logSummary} | mail -s "${detector} QA in need of assistance" ${mailTo}
   fi
 }