changeset 107:d7330bc105aa

fix tests execution
author Pavel.Sher
date Tue, 11 May 2010 00:14:31 +0400
parents 8587a9c22d55
children 63fcc9b14221
files build.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Tue May 11 00:05:11 2010 +0400
+++ b/build.xml	Tue May 11 00:14:31 2010 +0400
@@ -38,7 +38,7 @@
     <path refid="mercurial-tests.runtime.module.classpath"/>
   </path>
 
-  <target name="run-tests" depends="clean, init, compile.module.mercurial-tests.production">
+  <target name="run-tests" depends="clean, init, compile.module.mercurial-tests">
     <property name="suspend" value="n"/>
 
     <testng haltonfailure="no" failureProperty="failure_found" listener="org.testng.reporters.TestHTMLReporter"