Unverified Commit 89227fcd authored by Andrew Murray's avatar Andrew Murray Committed by GitHub
Browse files

Update tests/test_osx_utils.sh


Co-Authored-By: default avatarrobbuckley <20515024+robbuckley@users.noreply.github.com>
parent 3ce8b577
...@@ -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 cpython macos target build # test lookup of arch from CPython macOS 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment