We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29c554 commit d3e2f99Copy full SHA for d3e2f99
tests/run_tests.sh
@@ -78,7 +78,6 @@ 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}
@@ -100,7 +99,6 @@ for PYTHON in /opt/python/*/bin/python; do
100
99
echo "invalid answer, expecting 42"
101
exit 1
102
fi
103
- fi
104
105
PYTHON_COUNT=$(( $PYTHON_COUNT + 1 ))
106
done
0 commit comments