[jbosstools-commits] JBoss Tools SVN: r23049 - trunk/build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 25 12:20:33 EDT 2010


Author: nickboldt
Date: 2010-06-25 12:20:33 -0400 (Fri, 25 Jun 2010)
New Revision: 23049

Modified:
   trunk/build/publish.sh
Log:
problem w/ egrep?

Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh	2010-06-25 16:15:14 UTC (rev 23048)
+++ trunk/build/publish.sh	2010-06-25 16:20:33 UTC (rev 23049)
@@ -57,8 +57,8 @@
 
 # get full build log and filter out Maven test failures
 wget -q http://hudson.qa.jboss.com/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/consoleText -O ${WORKSPACE}/site/${JOB_NAME}/buildlog.txt
-cat ${WORKSPACE}/site/${JOB_NAME}/buildlog.txt | grep -A9 "<<< FAI" | grep -A9 "LURE" | egrep -v ".+at (sun.|java.).+" > ${WORKSPACE}/site/${JOB_NAME}/fail_log.txt
-cat ${WORKSPACE}/site/${JOB_NAME}/buildlog.txt | grep -A9 "<<< ERR" | grep -A9 "ROR"  | egrep -v ".+at (sun.|java.).+" > ${WORKSPACE}/site/${JOB_NAME}/errorlog.txt
+cat ${WORKSPACE}/site/${JOB_NAME}/buildlog.txt | grep -A9 "<<< FAI" | grep -A9 "LURE" > ${WORKSPACE}/site/${JOB_NAME}/fail_log.txt
+cat ${WORKSPACE}/site/${JOB_NAME}/buildlog.txt | grep -A9 "<<< ERR" | grep -A9 "ROR"  > ${WORKSPACE}/site/${JOB_NAME}/errorlog.txt
 rsync -arzq ${WORKSPACE}/site/${JOB_NAME}/buildlog.txt $DESTINATION/${JOB_NAME}/
 rsync -arzq ${WORKSPACE}/site/${JOB_NAME}/fail_log.txt $DESTINATION/${JOB_NAME}/
 rsync -arzq ${WORKSPACE}/site/${JOB_NAME}/errorlog.txt $DESTINATION/${JOB_NAME}/



More information about the jbosstools-commits mailing list