projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f757ab9
)
Limit exclusion to 'old' tests so tests added to o.a.catalina.tribes will execute
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Jul 2011 11:36:41 +0000
(11:36 +0000)
committer
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Jul 2011 11:36:41 +0000
(11:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1142996
13f79535
-47bb-0310-9956-
ffa450edef68
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
01acd5c
..
a77915d
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-1093,7
+1093,7
@@
<!-- Exclude helper classes -->
<exclude name="**/Tester*.java" />
<!-- Exclude the tests known to fail -->
- <exclude name="org/apache/catalina/tribes/**" />
+ <exclude name="org/apache/catalina/tribes/
test/
**" />
</fileset>
</batchtest>
</junit>