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
4c8a762f
Commit
4c8a762f
authored
May 22, 2017
by
Matthew Brett
Browse files
Fix tests for pyinst_fname function
parent
db94f746
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests/test_osx_utils.sh
tests/test_osx_utils.sh
+3
-1
No files found.
tests/test_osx_utils.sh
View file @
4c8a762f
...
...
@@ -13,7 +13,9 @@
[
"
$(
pyinst_ext_for_version 3.4
)
"
==
pkg
]
||
ingest
[
"
$(
pyinst_ext_for_version 3
)
"
==
pkg
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.6.6
)
"
==
"python-2.6.6-macosx10.3.dmg"
]
||
ingest
[
"
$(
pyinst_fname_for_version 2.7.9
)
"
==
"python-2.7.9-macosx10.6.dmg"
]
||
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 3.4.1
)
"
==
"python-3.4.1-macosx10.6.dmg"
]
||
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
...
...
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