You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2006/12/20 11:42:49 UTC

svn commit: r489023 - /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml

Author: varlax
Date: Wed Dec 20 02:42:47 2006
New Revision: 489023

URL: http://svn.apache.org/viewvc?view=rev&rev=489023
Log:
Applied HARMONY-2565 [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'

Modified:
    harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml?view=diff&rev=489023&r1=489022&r2=489023
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml Wed Dec 20 02:42:47 2006
@@ -151,6 +151,7 @@
                    dir="${basedir}"
                    failureproperty="reg.test.errors"
                    timeout="${reg.test.timeout}">
+                <jvmarg line="@{vmarg}"/>
                 <test name="@{test}" todir="${reg.test.dir}/reports"/>
                 <classpath>
                     <pathelement path="${reg.test.class.path}"/>