fix(testsuite): unit testing running

This commit is contained in:
matteo 2026-01-24 16:36:23 +01:00
parent 91806d926e
commit 79a73a23a0
5 changed files with 51 additions and 44 deletions

View file

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