From 133df6310851888067c42e1b938cf51de46ebc03 Mon Sep 17 00:00:00 2001 From: Christopher Crone Date: Thu, 21 Feb 2019 16:21:03 +0100 Subject: Add built Python smoke test to macOS setup script Prior to this smoke test, the macOS setup step wouldn't fail if the Python that it built wasn't functional. This will make debugging Python build issues easier in the future. Signed-off-by: Christopher Crone --- script/setup/osx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'script') diff --git a/script/setup/osx b/script/setup/osx index 2a127782..1fb91edc 100755 --- a/script/setup/osx +++ b/script/setup/osx @@ -98,6 +98,11 @@ if ! [[ $(${TOOLCHAIN_PATH}/bin/python3 --version) == *"${PYTHON_VERSION}"* ]]; ) fi +# +# Smoke test built Python. +# +openssl_version ${TOOLCHAIN_PATH} + echo "" echo "*** Targeting macOS: ${DEPLOYMENT_TARGET}" echo "*** Using SDK ${SDK_PATH}" -- cgit v1.2.3