Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
b7c3ab29
Commit
b7c3ab29
authored
Mar 17, 2020
by
mattip
Browse files
make sure PYTHON_EXE is set in second stage of tests
parent
44cf443d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/test_multibuild.sh
tests/test_multibuild.sh
+3
-0
No files found.
tests/test_multibuild.sh
View file @
b7c3ab29
...
@@ -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
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment