You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/28 16:00:12 UTC

svn commit: r1086239 - /ofbiz/trunk/build.xml

Author: erwan
Date: Mon Mar 28 14:00:12 2011
New Revision: 1086239

URL: http://svn.apache.org/viewvc?rev=1086239&view=rev
Log:
Tests should be runned in a known environment, so setting the LC_ALL=C for all test targets

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1086239&r1=1086238&r2=1086239&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Mar 28 14:00:12 2011
@@ -669,6 +669,7 @@ under the License.
             <jvmarg value="${memory.max.param}"/>
             <jvmarg value="${memory.maxpermsize.param}"/>
             <arg value="test"/>
+            <env key="LC_ALL" value="C"/>
         </java>
         <mkdir dir="runtime/logs/test-results/html"/>
         <junitreport todir="runtime/logs/test-results">
@@ -697,6 +698,7 @@ under the License.
             <arg value="testlist"/>
             <arg file="runtime/test-list-build.xml"/>
             <arg value="-ant"/>
+            <env key="LC_ALL" value="C"/>
         </java>
     </target>
     <target name="run-single-test" depends="download-cobertura, build"
@@ -708,6 +710,7 @@ under the License.
             <arg value="test"/>
             <arg value="-component=${test.component}"/>
             <arg value="-case=${test.case}"/>
+            <env key="LC_ALL" value="C"/>
         </java>
         <delete dir="runtime/logs/test-results/${test.component}-${test.case}"/>
         <mkdir dir="runtime/logs/test-results/${test.component}-${test.case}"/>
@@ -731,6 +734,7 @@ under the License.
             <arg value="test"/>
             <arg value="-component=${test.component}"/>
             <arg value="-suitename=${test.suiteName}"/>
+            <env key="LC_ALL" value="C"/>
         </java>
         <fail message="Test run was unsuccessful">
             <condition>