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
89227fcd
Unverified
Commit
89227fcd
authored
Mar 11, 2019
by
Andrew Murray
Committed by
GitHub
Mar 11, 2019
Browse files
Update tests/test_osx_utils.sh
Co-Authored-By:
robbuckley
<
20515024+robbuckley@users.noreply.github.com
>
parent
3ce8b577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_osx_utils.sh
tests/test_osx_utils.sh
+1
-1
No files found.
tests/test_osx_utils.sh
View file @
89227fcd
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
[
"
$(
get_py_mm
)
"
==
"
${
cpython_version
:0:3
}
"
]
||
ingest
[
"
$(
get_py_mm
)
"
==
"
${
cpython_version
:0:3
}
"
]
||
ingest
[
"
$(
get_py_mm_nodot
)
"
==
$(
echo
"
${
cpython_version
:0:3
}
"
|
tr
-d
.
)
]
||
ingest
[
"
$(
get_py_mm_nodot
)
"
==
$(
echo
"
${
cpython_version
:0:3
}
"
|
tr
-d
.
)
]
||
ingest
# test lookup of arch from
cp
ython mac
os
target build
# test lookup of arch from
CP
ython mac
OS
target build
[
"
$(
mac_cpython_arch_for_osx_ver 10.6
)
"
==
"intel"
]
||
ingest
[
"
$(
mac_cpython_arch_for_osx_ver 10.6
)
"
==
"intel"
]
||
ingest
[
"
$(
mac_cpython_arch_for_osx_ver 10.9
)
"
==
"x86_64"
]
||
ingest
[
"
$(
mac_cpython_arch_for_osx_ver 10.9
)
"
==
"x86_64"
]
||
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