Author: ozizka(a)redhat.com
Date: 2009-09-24 12:43:15 -0400 (Thu, 24 Sep 2009)
New Revision: 772
Modified:
trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
* hudson script: added rm pom.xml before svn up to prevent collision.
Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh 2009-09-23 16:22:11 UTC (rev 771)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh 2009-09-24 16:43:15 UTC (rev 772)
@@ -73,6 +73,7 @@
cd jsfunit
# But get the latest testcases.
+ rm pom.xml
svn up
echo "Launching tests; binding JBoss AS to MYTESTIP_1 == $MYTESTIP_1"
Show replies by date