Unverified Commit 3ce8b577 authored by Andrew Murray's avatar Andrew Murray Committed by GitHub
Browse files

Update tests/test_python_install.sh


Co-Authored-By: default avatarrobbuckley <20515024+robbuckley@users.noreply.github.com>
parent 8a6ebb43
...@@ -71,7 +71,7 @@ if [[ $requested_impl = 'cp' ]]; then ...@@ -71,7 +71,7 @@ if [[ $requested_impl = 'cp' ]]; then
ingest "Wrong Python platform tag: ${distutils_plat}!=${expected_tag}" ingest "Wrong Python platform tag: ${distutils_plat}!=${expected_tag}"
fi fi
elif [[ $requested_impl = 'py' ]]; then elif [[ $requested_impl = 'py' ]]; then
echo "Pypy, skipping platform check..." echo "PyPy, skipping platform check..."
else else
ingest "Invalid impl: '${requested_impl}', expecting 'cp' or 'py'" ingest "Invalid impl: '${requested_impl}', expecting 'cp' or 'py'"
fi fi
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