Author: richard.opalka(a)jboss.com
Date: 2009-03-06 02:33:41 -0500 (Fri, 06 Mar 2009)
New Revision: 9502
Modified:
framework/trunk/hudson/jboss/bin/jboss-qa.sh
Log:
[JBWS-2537] adding support for stack specific JVM options
Modified: framework/trunk/hudson/jboss/bin/jboss-qa.sh
===================================================================
--- framework/trunk/hudson/jboss/bin/jboss-qa.sh 2009-03-06 07:28:04 UTC (rev 9501)
+++ framework/trunk/hudson/jboss/bin/jboss-qa.sh 2009-03-06 07:33:41 UTC (rev 9502)
@@ -48,7 +48,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,hudson,$JBOSS_TARGET test 2>&1 | tee
$WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,hudson,$JBOSS_TARGET $STACK_OPTS test 2>&1 | tee
$WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u | tee $WORKSPACE/fixme.txt
cat $STACKDIR/modules/testsuite/test-excludes-$JBOSS_TARGET.txt $WORKSPACE/fixme.txt |
egrep "\[\S*]" > $WORKSPACE/errata-$JBOSS_TARGET.txt
Show replies by date