Commit b7c3ab29 authored by mattip's avatar mattip
Browse files

make sure PYTHON_EXE is set in second stage of tests

parent 44cf443d
...@@ -13,6 +13,9 @@ source tests/utils.sh ...@@ -13,6 +13,9 @@ source tests/utils.sh
source tests/test_common_utils.sh source tests/test_common_utils.sh
source tests/test_fill_submodule.sh source tests/test_fill_submodule.sh
# make sure it is set via one of the mechanisms above
unset PYTHON_EXE
if [ -n "$IS_OSX" ]; then if [ -n "$IS_OSX" ]; then
source osx_utils.sh source osx_utils.sh
MB_PYTHON_OSX_VER=${MB_PYTHON_OSX_VER:-$(macpython_sdk_for_version $MB_PYTHON_VERSION)} MB_PYTHON_OSX_VER=${MB_PYTHON_OSX_VER:-$(macpython_sdk_for_version $MB_PYTHON_VERSION)}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment