Skip to content

Commit 3c080da

Browse files
committed
Give concourse more posix env for running saml2-web-sso unit tests.
1 parent f1f18c9 commit 3c080da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.envrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,8 @@ export AWS_SECRET_ACCESS_KEY="dummysecret"
7171
# integration test suite timeout
7272
export TEST_TIMEOUT_SECONDS=2
7373

74+
# saml2-web-sso needs this special thing
75+
export SAML2_WEB_SSO_ROOT="$PWD/libs/saml2-web-sso"
76+
7477
# allow local .envrc overrides
7578
[[ -f .envrc.local ]] && source_env .envrc.local

0 commit comments

Comments
 (0)