langtools/make/build.xml
changeset 1873 658385834998
parent 1872 9820a8bee1e5
child 2212 1d3dc0e0ba0c
--- a/langtools/make/build.xml	Thu Jan 22 15:45:44 2009 -0800
+++ b/langtools/make/build.xml	Fri Jan 23 11:23:10 2009 -0800
@@ -660,7 +660,7 @@
                 <!-- the next two properties are for convenience, when only 
                      a single instance of jtreg will be invoked. -->
                 <condition property="jtreg.passed">
-                    <equals arg1="${jtreg.javac.result}" arg2="0"/>
+                    <equals arg1="${jtreg.@{name}.result}" arg2="0"/>
                 </condition>
                 <property name="jtreg.report" value="${build.jtreg.dir}/@{name}/report"/>
             </sequential>