fix: testsuite

This commit is contained in:
matteo 2026-01-23 23:20:32 +01:00
parent a3998358ea
commit de9173a71f
3 changed files with 18 additions and 11 deletions

6
tests/wrap.sh Executable file
View file

@ -0,0 +1,6 @@
if [ "$COVERAGE" = "yes" ]; #coverage
then ./testsuite && ../tests/functional/run-tests.sh
else ../tests/functional/run-tests.sh
fi
echo bin path: "$BIN_PATH"
echo output file: "$OUTPUT_FILE"