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
00232f7e
Commit
00232f7e
authored
Oct 31, 2019
by
Matthew Brett
Browse files
Fix tests for assumption of default macOS version
parent
836f3f71
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
tests/test_osx_utils.sh
tests/test_osx_utils.sh
+9
-7
No files found.
tests/test_osx_utils.sh
View file @
00232f7e
...
...
@@ -9,13 +9,15 @@
[
"
$(
pyinst_ext_for_version 3.5
)
"
==
pkg
]
||
ingest
[
"
$(
pyinst_ext_for_version 3
)
"
==
pkg
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.14
)
"
==
"python-2.7.14-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.15
)
"
==
"python-2.7.15-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.8
)
"
==
"python-3.6.8-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.7.1
)
"
==
"python-3.7.1-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.15 10.9
)
"
==
"python-2.7.15-macosx10.9.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.7.1 10.9
)
"
==
"python-3.7.1-macosx10.9.pkg"
]
||
ingest
macos_ver
=
"
${
MACPYTHON_DEFAULT_OSX
}
"
[
"
$(
pyinst_fname_for_version 2.7.14
)
"
==
"python-2.7.14-macosx
${
macos_ver
}
.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.15
)
"
==
"python-2.7.15-macosx
${
macos_ver
}
.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.8
)
"
==
"python-3.6.8-macosx
${
macos_ver
}
.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.7.1
)
"
==
"python-3.7.1-macosx
${
macos_ver
}
.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.8.0
)
"
==
"python-3.8.0-macosx
${
macos_ver
}
.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.15 10.11
)
"
==
"python-2.7.15-macosx10.11.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.7.1 10.12
)
"
==
"python-3.7.1-macosx10.12.pkg"
]
||
ingest
# Test utilities for getting Python version versions
[
"
$(
get_py_digit
)
"
==
"
${
cpython_version
:0:1
}
"
]
||
ingest
...
...
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