Skip to content

tests: Fail debugger tests if command failed

Philip Chimento requested to merge ptomato/gjs:fix-invalid-test into master

This command fails, for example, if /usr/bin/diff is not installed. If that's the case then the test should fail, rather than passing with an error message which could be overlooked.

Merge request reports