Author: ozizka(a)redhat.com
Date: 2009-09-03 14:46:55 -0400 (Thu, 03 Sep 2009)
New Revision: 750
Modified:
trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
* hudson script updated - wget -nc
Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh 2009-09-03 18:36:55 UTC (rev 749)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh 2009-09-03 18:46:55 UTC (rev 750)
@@ -16,7 +16,7 @@
### Get and unzip EAP 5 binaries
#if [ -n $EAP_URL ] ; then
if [[ "$EAP_ZIP_PATH" = http:* ]] ; then
- wget -O eap5.zip $EAP_ZIP_PATH
+ wget --no-clobber -O eap5.zip $EAP_ZIP_PATH
EAP_ZIP_PATH=eap5.zip
fi
rm -rf jboss-eap-5.0
Show replies by date