[jbosstools-commits] JBoss Tools SVN: r23072 - trunk/build.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Jun 28 17:00:52 EDT 2010
Author: nickboldt
Date: 2010-06-28 17:00:51 -0400 (Mon, 28 Jun 2010)
New Revision: 23072
Modified:
trunk/build/publish.sh
Log:
typo
Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh 2010-06-28 20:32:09 UTC (rev 23071)
+++ trunk/build/publish.sh 2010-06-28 21:00:51 UTC (rev 23072)
@@ -69,7 +69,7 @@
sed -ne "/<<< ERR/,+9 p" ${bl} | sed -e "/RROR/,+9 s/\(.\+RROR.\+\)/\n----------\n\n\1/g" > ${el}
cnt=$(sed -ne "/ERR\|RROR/ p" ${el} | wc -l)
if [[ $cnt != "0" ]]; then
- echo "" >> ${el}; echo -n "ERR" >> ${el}; echo "RORS FOUND: "$cnt >> ${el};
+ echo "" >> ${el}; echo -n "ERR" >> ${el}; echo "ORS FOUND: "$cnt >> ${el};
fi
rsync -arzq ${WORKSPACE}/site/${JOB_NAME}/*LOG.txt $DESTINATION/${JOB_NAME}/
More information about the jbosstools-commits
mailing list