fix: testsuite sees the BIN_PATH, default value is to src/42sh

This commit is contained in:
matteo 2026-01-24 15:46:19 +01:00
parent da948f58fe
commit f3be15abb5

View file

@ -1,3 +1,7 @@
if [ "$BIN_PATH" = "" ];
then export BIN_PATH="$(pwd)/42sh"
fi
if [ "$COVERAGE" = "yes" ]; #coverage
then ./testsuite && ../tests/functional/run-tests.sh
else ../tests/functional/run-tests.sh