inttests: exit with number of failed test as exit code

This commit is contained in:
Khaïs COLIN 2025-03-20 12:18:27 +01:00
parent dff5de66da
commit bed8c9d507
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -73,6 +73,7 @@ finalize()
echo "cat report.txt"
echo "to see details of failed tests"
fi
exit $FAILED
}
setup