projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba00de
)
Allow to set log formatter when running Junit tests
author
fhanik
<fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Dec 2010 17:39:11 +0000
(17:39 +0000)
committer
fhanik
<fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Dec 2010 17:39:11 +0000
(17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1051576
13f79535
-47bb-0310-9956-
ffa450edef68
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
05e1bae
..
8180958
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-143,6
+143,8
@@
<!-- Tests To Run -->
<property name="test.name" value="**/Test*.java"/>
+ <property name="test.formatter" value="-Dorg.apache.juli.formatter=java.util.logging.SimpleFormatter"/>
+
<!-- Classpaths -->
<path id="compile.classpath">
<pathelement location="${jdt.jar}"/>
@@
-1047,6
+1049,7
@@
<junit printsummary="yes" fork="yes" dir="." showoutput="yes">
<jvmarg value="-Djava.library.path=${test.apr.loc}"/>
+ <jvmarg value="${test.formatter}"/>
<classpath refid="tomcat.test.classpath" />