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

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


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

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 17:52:11 UTC (rev 746)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-03 18:06:06 UTC (rev 747)
@@ -10,8 +10,9 @@
 
 
 ###  Get and unzip EAP 5 binaries
-if [ -n $EAP_URL ] ; then
-  wget -O eap5.zip $EAP_URL
+#if [ -n $EAP_URL ] ; then
+if [[ "$EAP_ZIP_PATH" = http:* ]]
+  wget -O eap5.zip $EAP_ZIP_PATH
   EAP_ZIP_PATH=eap5.zip
 fi
 



More information about the embjopr-commits mailing list