Disabling showOutput for the junit ant target because its too spammy for now.

Patch by: jlabanca
Review by: rjrjr (TBR)



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5913 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/common.ant.xml b/common.ant.xml
index db7a411..99b8cb2 100755
--- a/common.ant.xml
+++ b/common.ant.xml
@@ -199,8 +199,7 @@
 
       <echo message="${javac.out} ${javac.junit.out}" />
       <junit dir="@{test.out}" fork="yes" printsummary="yes"
-             failureproperty="junit.failure" tempdir="@{test.out}"
-             showoutput="yes">
+             failureproperty="junit.failure" tempdir="@{test.out}">
         <jvmarg line="${junit.platform.args}" />
         <jvmarg line="-Xmx768m" />
         <jvmarg value="-Demma.coverage.out.file=@{test.emma.coverage}/coverage.emma" />