[java-idp-integration-tests] branch main updated: Use uppercase env variables to support Windows
Tom Zeller
tzeller at dragonacea.biz
Mon Sep 9 12:12:05 UTC 2024
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=f44ee9481e6b5492aa666c452b40506a61de7ddf
The following commit(s) were added to refs/heads/main by this push:
new f44ee94 Use uppercase env variables to support Windows
f44ee94 is described below
commit f44ee9481e6b5492aa666c452b40506a61de7ddf
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Sep 9 07:11:53 2024 -0500
Use uppercase env variables to support Windows
---
.../java/net/shibboleth/idp/integration/tests/oidc/RPContainer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/integration/tests/oidc/RPContainer.java b/src/test/java/net/shibboleth/idp/integration/tests/oidc/RPContainer.java
index 34ce567..17a624a 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/oidc/RPContainer.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/oidc/RPContainer.java
@@ -119,7 +119,7 @@ public class RPContainer extends AbstractIdentifiableInitializableComponent impl
private Path pathToKeyStore;
/** Environment variable containing TLS keystore password. */
- final static String keyStorePasswordEnvVar = "shib_tests_op_tls_pwd";
+ final static String keyStorePasswordEnvVar = "SHIB_TESTS_OP_TLS_PWD";
/**
* Path to RP directory.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list