mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-30 21:31:42 +01:00
# Qual/Fix Win-CI Check that the PHPUNIT step really completed The program under test can abruptly abort the PHPUNIT test case by calling exit which results in no error code - it then appears as if the test was successful. This adds a grep on the last lines looking for the summary information from phpunit. If absent, the step fails