Files
@ fa5788feed0f
Branch filter:
Location: kallithea/docs/readme.rst
fa5788feed0f
42 B
text/prs.fallenstein.rst
tests: check returncode from executing external commands
If a command fails, it could lead to undefined behavior,
which lets tests fail without clear indication of the cause of the failures.
Therefore, if not stated otherwise, check the return code.
If a command fails, it could lead to undefined behavior,
which lets tests fail without clear indication of the cause of the failures.
Therefore, if not stated otherwise, check the return code.