You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is that the test program should not exit with the value 0 when at least one assertion has failed. https://en.wikipedia.org/wiki/Exit_status speaks of what ExitCode in Pascal means - by default it is 0, indicating no failure.
The FPC framework doesn't return the failure code (if error then exit code != 0) which always shows that the tests passed on Travis-CI.
Maybe use dunit/dunit2 for FPC instead?
The text was updated successfully, but these errors were encountered: