Revision: 5913
Author: [email protected]
Date: Fri Aug  7 04:58:23 2009
Log: Disabling showOutput for the junit ant target because its too spammy  
for now.

Patch by: jlabanca
Review by: rjrjr (TBR)


http://code.google.com/p/google-web-toolkit/source/detail?r=5913

Modified:
  /trunk/common.ant.xml

=======================================
--- /trunk/common.ant.xml       Thu Aug  6 14:05:34 2009
+++ /trunk/common.ant.xml       Fri Aug  7 04:58:23 2009
@@ -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.fi...@{test.emma.coverage}/coverage.emma" />

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to