changeset in /hg/pulseaudio: 2009-09-12 Mark Wielaard <mjw at redha...

Omair Majid omajid at redhat.com
Fri Sep 12 13:40:24 PDT 2008


changeset b10eef873d2d in /hg/pulseaudio
details: http://icedtea.classpath.org/hg/pulseaudio?cmd=changeset;node=b10eef873d2d
description:
	2009-09-12 Mark Wielaard <mjw at redhat.com>

	    * build.xml: Dont stop on failing a test and show output of tests.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
build.xml |    2 +-

diffs (12 lines):

diff -r 7ba42a599d59 -r b10eef873d2d build.xml
--- 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}" />



More information about the distro-pkg-dev mailing list