From 7873b57b372e662ced29a6446883fd1c7bb347d9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 14 Aug 2009 16:02:07 +0000 Subject: added the linker error as one of the things to include in the email svn path=/trunk/; revision=11915 --- scripts/auto-build/run-automated-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index e53122b2..1e67b3f1 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -24,7 +24,7 @@ SCRIPT=$(echo $0| sed 's|.*/\(.*\)|\1|g') mailbody_on_failure () { ## this is a somewhat simplistic expression to detect error-lines echo "last 20 errors ----------------------------------------" - cat ${LOGFILE} | grep -i "error: " | tail -20 + cat ${LOGFILE} | grep -i -e "error: " -e "cannot find" | tail -20 echo "last 5 lines ----------------------------------------" tail -5 ${LOGFILE} echo "" -- cgit v1.2.1