Disable shell tests in PyPy
Do not let PyPy SEGVs result in failed build.
This commit is contained in:
parent
621eb8412d
commit
9af7834463
|
@ -22,6 +22,8 @@ for script in tests/*.vim ; do
|
|||
done
|
||||
if ! sh tests/test_shells/test.sh ; then
|
||||
echo "Failed shells"
|
||||
FAILED=1
|
||||
if ${PYTHON} -c 'import platform, sys; sys.exit(1 * (platform.python_implementation() == "PyPy"))' ; then
|
||||
FAILED=1
|
||||
fi
|
||||
fi
|
||||
exit $FAILED
|
||||
|
|
Loading…
Reference in New Issue