This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 830656b Fix test (it worked in the IDE)
830656b is described below
commit 830656be84992aec0afa711077722c30635408ec
Author: Mark Thomas <[email protected]>
AuthorDate: Sun Apr 12 20:40:46 2020 +0100
Fix test (it worked in the IDE)
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index 8a92664..866bad3 100644
--- a/build.xml
+++ b/build.xml
@@ -1435,6 +1435,7 @@
<fileset dir="test">
<include name="**/*.jks"/>
<include name="**/*.pem"/>
+ <include name="**/service-config.txt"/>
<include name="**/logging-non-rotatable.properties"/>
</fileset>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]