Skip to content

Commit 5daacc1

Browse files
committed
Fix test-compile error when running tests with -Dtest.profile=buildutil
1 parent e15356a commit 5daacc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@
19241924
<include name="util/**" />
19251925
<!-- Exclude these by default as Gump can't run them because the -->
19261926
<!-- classes on which they depend are not in any output JAR. -->
1927-
<exclude name="org/apache/tomcat/buildutil/**"/>
1927+
<exclude name="org/apache/tomcat/buildutil/**" unless="test.includeBuildutil"/>
19281928
</javac>
19291929
<copy todir="${test.classes}">
19301930
<fileset dir="test">

0 commit comments

Comments
 (0)