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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Oct 19 15:14:32 EDT 2009


Author: ozizka at redhat.com
Date: 2009-10-19 15:14:31 -0400 (Mon, 19 Oct 2009)
New Revision: 795

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * Hudson shell script updated - the jobs can be configured to use the build output.

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-19 18:57:32 UTC (rev 794)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-10-19 19:14:31 UTC (rev 795)
@@ -24,7 +24,7 @@
     ### ??? Not set
     echo "EAP_ZIP_PATH is not set. Must be either path to EAP dist or a EAP code root dir. Terminating."
     exit -1;
-  else if[ -d "$EAP_ZIP_PATH/build/output" ] ; then
+  elif[ -d "$EAP_ZIP_PATH/build/output" ] ; then
     ###  Built by Hudson
     #export JBOSS_HOME=$WORKSPACE/eap5/build/output/`ls -1 $WORKSPACE/eap5/build/output`
     export JBOSS_HOME=$EAP_ZIP_PATH/build/output/`ls -1 $EAP_ZIP_PATH/build/output`



More information about the embjopr-commits mailing list