[embjopr-commits] EMBJOPR SVN: r816 - trunk/jsfunit/testdata.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Oct 23 13:53:31 EDT 2009


Author: ozizka at redhat.com
Date: 2009-10-23 13:53:31 -0400 (Fri, 23 Oct 2009)
New Revision: 816

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * hudson script: Tests run using `mvn verify`, instead of `mvn install`, because Windows build started to complain:
   The packaging for this project did not assign a file to the build artifact

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-23 17:35:22 UTC (rev 815)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-23 17:53:31 UTC (rev 816)
@@ -136,7 +136,7 @@
         echo "Killing JBoss AS..."
         killJBossAS
         rm -rf target/jboss5x # Empty Cargo's configuration dir
-        mvn $M2_SETTINGS -Pjboss5x -Pfoo$ADD_PROFILES install -Dcargo.jboss.configuration=$JBOSS_CONFIG -Dhtmlunit.browser=$BROWSER --fail-never --update-snapshots -DJBOSS_HOME=$JBOSS_HOME -Dcargo.jboss.bind.address=$MYTESTIP_1
+        mvn $M2_SETTINGS -Pjboss5x -Pfoo$ADD_PROFILES verify -Dcargo.jboss.configuration=$JBOSS_CONFIG -Dhtmlunit.browser=$BROWSER --fail-never --update-snapshots -DJBOSS_HOME=$JBOSS_HOME -Dcargo.jboss.bind.address=$MYTESTIP_1
         #mv target/surefire-reports/TEST-TestSuite.xml TEST-TestSuite-$part.xml
         mv target target-$part
       done



More information about the embjopr-commits mailing list