Skip to content

Commit 2f16c44

Browse files
committed
Revert "skip the simple project build on graalpy"
This reverts commit 7076bed.
1 parent e684144 commit 2f16c44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/run_tests.sh

-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ for PYTHON in /opt/python/*/bin/python; do
7878
test "${LINK_VERSION}" = "${REAL_VERSION}"
7979

8080
# check a simple project can be built
81-
if [ "${IMPLEMENTATION}" != "graalpy" ]; then
8281
SRC_DIR=/tmp/forty-two-${IMPLEMENTATION}${PYVERS}
8382
DIST_DIR=/tmp/dist-${IMPLEMENTATION}${PYVERS}
8483
cp -rf ${MY_DIR}/forty-two ${SRC_DIR}
@@ -100,7 +99,6 @@ for PYTHON in /opt/python/*/bin/python; do
10099
echo "invalid answer, expecting 42"
101100
exit 1
102101
fi
103-
fi
104102

105103
PYTHON_COUNT=$(( $PYTHON_COUNT + 1 ))
106104
done

0 commit comments

Comments
 (0)