Author: thomas.diesler(a)jboss.com
Date: 2007-01-25 02:25:19 -0500 (Thu, 25 Jan 2007)
New Revision: 2101
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.0-jdk14/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-TC-5.5/config.xml
Log:
Add grep FIXME
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.0/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.0/config.xml 2007-01-25
07:16:30 UTC (rev 2100)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.0/config.xml 2007-01-25
07:25:19 UTC (rev 2101)
@@ -42,7 +42,7 @@
#
cd $SVNBASEDIR/jbossws-tests
ant $ENVIRONMENT clean tests | tee $WORKSPACE/tests.out
-cat $WORKSPACE/tests.out | grep FIXME | sort -u
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop jbossas
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.0-jdk14/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.0-jdk14/config.xml 2007-01-25
07:16:30 UTC (rev 2100)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.0-jdk14/config.xml 2007-01-25
07:25:19 UTC (rev 2101)
@@ -43,7 +43,7 @@
#
cd $SVNBASEDIR/jbossws-tests
ant $ENVIRONMENT clean tests | tee $WORKSPACE/tests.out
-cat $WORKSPACE/tests.out | grep FIXME | sort -u
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop jbossas
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.2/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.2/config.xml 2007-01-25
07:16:30 UTC (rev 2100)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.2/config.xml 2007-01-25
07:25:19 UTC (rev 2101)
@@ -42,7 +42,7 @@
#
cd $SVNBASEDIR/jbossws-tests
ant $ENVIRONMENT clean tests | tee $WORKSPACE/tests.out
-cat $WORKSPACE/tests.out | grep FIXME | sort -u
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop jbossas
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml 2007-01-25
07:16:30 UTC (rev 2100)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml 2007-01-25
07:25:19 UTC (rev 2101)
@@ -42,7 +42,7 @@
#
cd $SVNBASEDIR/jbossws-tests
ant $ENVIRONMENT clean tests | tee $WORKSPACE/tests.out
-cat $WORKSPACE/tests.out | grep FIXME | sort -u
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop jbossas
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-TC-5.5/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-TC-5.5/config.xml 2007-01-25
07:16:30 UTC (rev 2100)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-TC-5.5/config.xml 2007-01-25
07:25:19 UTC (rev 2101)
@@ -40,7 +40,7 @@
#
cd $SVNBASEDIR/jbossws-tests
ant $ENVIRONMENT clean tests-samples | tee $WORKSPACE/tests.out
-cat $WORKSPACE/tests.out | grep FIXME | sort -u
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop tomcat
Show replies by date