Skip to content

Commit e29c554

Browse files
committed
skip the simple project build on graalpy
1 parent 414a683 commit e29c554

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run_tests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ 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
8182
SRC_DIR=/tmp/forty-two-${IMPLEMENTATION}${PYVERS}
8283
DIST_DIR=/tmp/dist-${IMPLEMENTATION}${PYVERS}
8384
cp -rf ${MY_DIR}/forty-two ${SRC_DIR}
@@ -99,6 +100,7 @@ for PYTHON in /opt/python/*/bin/python; do
99100
echo "invalid answer, expecting 42"
100101
exit 1
101102
fi
103+
fi
102104

103105
PYTHON_COUNT=$(( $PYTHON_COUNT + 1 ))
104106
done

0 commit comments

Comments
 (0)