Instead of using `subprocess` with `check=True`, which will echo the command used, including all the files it checked, check the error code and if non-zero, fail the test with a nice small error message.