Skip to content

Improved tests to actually check error messages

Simon Rose requested to merge improve_tests into master

I noted that the tests only checked that the return value from a failing make command was 2 as opposed to checking that the actual failure was the correct one. This caused some tests to pass when they should have failed.

Merge request reports