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

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

Author: smishura
Date: Wed Aug 22 02:20:49 2007
New Revision: 568526

URL: http://svn.apache.org/viewvc?rev=568526&view=rev
Log:
Scimark suite:
rollback commit r564562 - becuase ${tested.runtime} already points to java binary

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?rev=568526&r1=568525&r2=568526&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/scimark/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/scimark/adaptor.xml Wed Aug 22 02:20:49 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}/bin/java"
+        <java jvm="${tested.runtime}"
               classpath="${ext.scimark.location}" 
               classname="jnt.scimark2.commandline"
               output="${scimark.output.file}"