Do not alter the way keys are fed with PyPy
This commit is contained in:
parent
f4e3c3099f
commit
d57be8324a
|
@ -139,11 +139,13 @@ do_run_test() {
|
||||||
|| ( \
|
|| ( \
|
||||||
test "x${SH}" = "xpdb" \
|
test "x${SH}" = "xpdb" \
|
||||||
&& ( \
|
&& ( \
|
||||||
|
( \
|
||||||
test "$PYTHON_VERSION_MAJOR" -eq 3 \
|
test "$PYTHON_VERSION_MAJOR" -eq 3 \
|
||||||
&& test "$PYTHON_VERSION_MINOR" -eq 2 \
|
&& test "$PYTHON_VERSION_MINOR" -eq 2 \
|
||||||
&& test "$PYTHON_IMPLEMENTATION" = "CPython" \
|
&& test "$PYTHON_IMPLEMENTATION" = "CPython" \
|
||||||
) \
|
) \
|
||||||
|| test "$PYTHON_IMPLEMENTATION" = "PyPy"
|
|| test "$PYTHON_IMPLEMENTATION" = "PyPy" \
|
||||||
|
) \
|
||||||
) \
|
) \
|
||||||
) ; then
|
) ; then
|
||||||
# If I do not use this hack for dash then output will look like
|
# If I do not use this hack for dash then output will look like
|
||||||
|
|
Loading…
Reference in New Issue