changeset 121:b10eef873d2d

2009-09-12 Mark Wielaard <mjw@redhat.com> * build.xml: Dont stop on failing a test and show output of tests.
author Omair Majid <omajid@redhat.com>
date Fri, 12 Sep 2008 11:26:43 -0400
parents 7ba42a599d59
children d4bb2fa0df23
files build.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Fri Sep 12 11:19:27 2008 -0400
+++ b/build.xml	Fri Sep 12 11:26:43 2008 -0400
@@ -62,7 +62,7 @@
 	</target>
 
 	<target name="test" depends="compile-tests,jar">
-		<junit printsummary="yes" haltonfailure="yes" showoutput="no" fork="yes">
+		<junit printsummary="yes" haltonfailure="no" showoutput="yes" fork="yes">
 			<classpath>
 				<pathelement location="${pulsejar}" />
 				<pathelement path="${junitjar}:${testclassdir}" />