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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu Sep 3 14:24:43 EDT 2009


Author: ozizka at redhat.com
Date: 2009-09-03 14:24:43 -0400 (Thu, 03 Sep 2009)
New Revision: 748

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * hudson script updated - EAP will be downloaded, when EAP_ZIP_PATH starts with http:

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-03 18:06:06 UTC (rev 747)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-03 18:24:43 UTC (rev 748)
@@ -11,11 +11,10 @@
 
 ###  Get and unzip EAP 5 binaries
 #if [ -n $EAP_URL ] ; then
-if [[ "$EAP_ZIP_PATH" = http:* ]]
+if [[ "$EAP_ZIP_PATH" = http:* ]] ; then
   wget -O eap5.zip $EAP_ZIP_PATH
   EAP_ZIP_PATH=eap5.zip
 fi
-
 rm -rf jboss-eap-5.0
 unzip $EAP_ZIP_PATH
 



More information about the embjopr-commits mailing list