[java-idp-integration-tests] branch main updated: Do not set logback.ConfigurationFile system property
Tom Zeller
tzeller at dragonacea.biz
Tue Feb 22 19:32:37 UTC 2022
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=d134637c49b2a33c46fe92b2e5b789324acb3048
The following commit(s) were added to refs/heads/main by this push:
new d134637 Do not set logback.ConfigurationFile system property
d134637 is described below
commit d134637c49b2a33c46fe92b2e5b789324acb3048
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Feb 22 13:32:28 2022 -0600
Do not set logback.ConfigurationFile system property
Workaround janino class not found because of logback filters.
---
src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 55ca221..3fab9b8 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -898,7 +898,7 @@ public abstract class BaseIntegrationTest
logUnencryptedSAML();
// Add logging when starting the server.
- serverCommands.add("-Dlogback.configurationFile=" + pathToIdPHome.resolve(pathToLogbackXML).toAbsolutePath().toString());
+ // serverCommands.add("-Dlogback.configurationFile=" + pathToIdPHome.resolve(pathToLogbackXML).toAbsolutePath().toString());
}
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list