Skip to content

Commit

Permalink
Revert "skip the simple project build on graalpy"
Browse files Browse the repository at this point in the history
This reverts commit 7076bed.
  • Loading branch information
mayeut committed Sep 16, 2023
1 parent e29c554 commit d3e2f99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ for PYTHON in /opt/python/*/bin/python; do
test "${LINK_VERSION}" = "${REAL_VERSION}"

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

PYTHON_COUNT=$(( $PYTHON_COUNT + 1 ))
done
Expand Down

0 comments on commit d3e2f99

Please sign in to comment.