We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414a683 commit e29c554Copy full SHA for e29c554
tests/run_tests.sh
@@ -78,6 +78,7 @@ for PYTHON in /opt/python/*/bin/python; do
78
test "${LINK_VERSION}" = "${REAL_VERSION}"
79
80
# check a simple project can be built
81
+ if [ "${IMPLEMENTATION}" != "graalpy" ]; then
82
SRC_DIR=/tmp/forty-two-${IMPLEMENTATION}${PYVERS}
83
DIST_DIR=/tmp/dist-${IMPLEMENTATION}${PYVERS}
84
cp -rf ${MY_DIR}/forty-two ${SRC_DIR}
@@ -99,6 +100,7 @@ for PYTHON in /opt/python/*/bin/python; do
99
100
echo "invalid answer, expecting 42"
101
exit 1
102
fi
103
+ fi
104
105
PYTHON_COUNT=$(( $PYTHON_COUNT + 1 ))
106
done
0 commit comments