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
182651cc
Commit
182651cc
authored
Jul 17, 2019
by
Andrew Murray
Browse files
Test that MB_PYTHON_VERSION is set and equals PYTHON_VERSION
parent
fc34fb86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
tests/test_library_builders.sh
tests/test_library_builders.sh
+7
-0
No files found.
tests/test_library_builders.sh
View file @
182651cc
...
...
@@ -4,6 +4,7 @@ export BUILD_PREFIX="${PWD}/builds"
rm_mkdir
$BUILD_PREFIX
source
configure_build.sh
source
library_builders.sh
source
tests/utils.sh
start_spinner
...
...
@@ -39,4 +40,10 @@ suppress build_ragel
suppress build_cfitsio
suppress build_new_zlib
[
${
MB_PYTHON_VERSION
+x
}
]
||
ingest
"
\$
MB_PYTHON_VERSION is not set"
[
"
$MB_PYTHON_VERSION
"
==
"
$PYTHON_VERSION
"
]
||
ingest
"
\$
MB_PYTHON_VERSION must be equal to
\$
PYTHON_VERSION"
stop_spinner
# Exit 1 if any test errors
barf
\ No newline at end of file
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