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
b8e50031
Commit
b8e50031
authored
Feb 12, 2019
by
Rob Buckley
Browse files
cut down testcase list for pyinst_fname_for_verson()
parent
ab286574
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
21 deletions
+1
-21
tests/test_osx_utils.sh
tests/test_osx_utils.sh
+1
-21
No files found.
tests/test_osx_utils.sh
View file @
b8e50031
...
...
@@ -10,33 +10,13 @@
[
"
$(
pyinst_ext_for_version 3.5.0
)
"
==
pkg
]
||
ingest
[
"
$(
pyinst_ext_for_version 3.4
)
"
==
pkg
]
||
ingest
[
"
$(
pyinst_ext_for_version 3
)
"
==
pkg
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.8
)
"
==
"python-2.7.8-macosx10.6.dmg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.9
)
"
==
"python-2.7.9-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.10
)
"
==
"python-2.7.10-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.11
)
"
==
"python-2.7.11-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.12
)
"
==
"python-2.7.12-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.13
)
"
==
"python-2.7.13-macosx10.6.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.4.1
)
"
==
"python-3.4.1-macosx10.6.dmg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.4.2
)
"
==
"python-3.4.2-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.1
)
"
==
"python-3.6.1-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.2
)
"
==
"python-3.6.2-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.3
)
"
==
"python-3.6.3-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.4
)
"
==
"python-3.6.4-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.5
)
"
==
"python-3.6.5-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.6
)
"
==
"python-3.6.6-macosx10.6.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.7
)
"
==
"python-3.6.7-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.0
)
"
==
"python-3.7.0-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.6.5 10.9
)
"
==
"python-3.6.5-macosx10.9.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.6 10.9
)
"
==
"python-3.6.6-macosx10.9.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.7 10.9
)
"
==
"python-3.6.7-macosx10.9.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.6.8 10.9
)
"
==
"python-3.6.8-macosx10.9.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.7.0 10.9
)
"
==
"python-3.7.0-macosx10.9.pkg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 3.7.1 10.9
)
"
==
"python-3.7.1-macosx10.9.pkg"
]
||
ingest
# Test utilities for getting Python version versions
...
...
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