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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Sep 22 14:55:21 EDT 2009


Author: ozizka at redhat.com
Date: 2009-09-22 14:55:21 -0400 (Tue, 22 Sep 2009)
New Revision: 763

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * hudson shell script: wget -m

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-22 18:50:48 UTC (rev 762)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-22 18:55:21 UTC (rev 763)
@@ -16,7 +16,7 @@
 ###  Get and unzip EAP 5 binaries
 #if [ -n $EAP_URL ] ; then
 if [[ "$EAP_ZIP_PATH" = http:* ]] ; then
-  wget -m --no-clobber -O eap5.zip $EAP_ZIP_PATH
+  wget -m -O eap5.zip $EAP_ZIP_PATH   # --no-clobber
   EAP_ZIP_PATH=eap5.zip
 fi
 rm -rf jboss-eap-5.0



More information about the embjopr-commits mailing list