bearophile wrote:
Lutger Blijdestijn:

Actually the unix convention is to give exit code 0 as an indicator of success, so there is feedback. It is very usable for scripting.

But currently something like that is not present in the D unittest system.

Yes, it is. Unit test failures return a non-zero exit code.

Reply via email to