Skip to content

Commit 9413c70

Browse files
Use TEST_CONFIG_PATH to determine SPRING_CONFIG_DIR
1 parent b8f68a9 commit 9413c70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

selenium/bin/components/spring

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ ensure_spring() {
1010
fi
1111
}
1212
init_spring() {
13-
SPRING_CONFIG_PATH=${SPRING_CONFIG_PATH:-oauth/spring}
14-
SPRING_CONFIG_DIR=$(realpath ${TEST_DIR}/${SPRING_CONFIG_PATH})
13+
SPRING_CONFIG_DIR=${TEST_CONFIG_PATH}/spring
1514
SPRING_URL=${SPRING_URL:-OAUTH_PROVIDER_URL}
1615

1716
print "> SPRING_CONFIG_DIR: ${SPRING_CONFIG_DIR}"

0 commit comments

Comments
 (0)