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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Aug 28 01:46:20 EDT 2009


Author: ozizka at redhat.com
Date: 2009-08-28 01:46:20 -0400 (Fri, 28 Aug 2009)
New Revision: 718

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * hudson shell script: Fixed - missing $ in front of NO_GC_LIMIT

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-08-28 05:19:35 UTC (rev 717)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-08-28 05:46:20 UTC (rev 718)
@@ -50,7 +50,7 @@
 
     #mvn -Pjboss5x install -Dcargo.jboss.configuration=$JBOSS_CONFIG -Dhtmlunit.browser=$BROWSER  --fail-never --update-snapshots -DJBOSS_HOME=$JBOSS_HOME -Dcargo.jboss.bind.address=$MYTESTIP_1
 
-    if [ -n "NO_GC_LIMIT" ] ; then ADD_PROFILES=",no_GC_limit"; fi
+    if [ -n "$NO_GC_LIMIT" ] ; then ADD_PROFILES=",no_GC_limit"; fi
 
     if [ -n "$DONT_SPLIT" ] ; then
       echo "Running whole testsuite... (DONT_SPLIT)"



More information about the embjopr-commits mailing list