Skip to content

Commit

Permalink
fix(ssl): add an openssl is linked / loadable by lua test (#545)
Browse files Browse the repository at this point in the history
Co-authored-by: Isa Farnik <[email protected]>
  • Loading branch information
hutchic and curiositycasualty authored Nov 8, 2022
1 parent 539a29f commit 0df1c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tests/01-package/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ fi
# kong binaries

if [ "$SSL_PROVIDER" = "openssl" ]; then
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /usr/local/openresty/bin/resty -e 'require("ssl")'
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /bin/sh -c "/usr/local/kong/bin/openssl version | grep -q ${RESTY_OPENSSL_VERSION}"
fi

Expand Down

0 comments on commit 0df1c41

Please sign in to comment.