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 2007/08/10 13:38:37 UTC

svn commit: r564562 - /harmony/enhanced/buildtest/branches/2.0/adaptors/scimark/adaptor.xml

Author: varlax
Date: Fri Aug 10 04:38:36 2007
New Revision: 564562

URL: http://svn.apache.org/viewvc?view=rev&rev=564562
Log:
More consistent usage of "tested.runtime" parameter

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/scimark/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/scimark/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/scimark/adaptor.xml?view=diff&rev=564562&r1=564561&r2=564562
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/scimark/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/scimark/adaptor.xml Fri Aug 10 04:38:36 2007
@@ -37,7 +37,7 @@
         <delete file="${scimark.output.file}" quiet="true" verbose="false"/>
         <!-- run the test on ${tested.runtime} set up as a required parameter -->
         <echo message="Tested Runtime: ${tested.runtime} ${scimark.tested.runtime}"/>
-        <java jvm="${tested.runtime}"
+        <java jvm="${tested.runtime}/bin/java"
               classpath="${ext.scimark.location}" 
               classname="jnt.scimark2.commandline"
               output="${scimark.output.file}"