Skip to content

Bug fixes to treatment of exit codes in two test scripts.

Adjust treatment of exit codes when calling art-diff, such that the ART system will correctly flag whether these steps pass or fail. Currently ART picks up the exit code of the tee command, rather than the diff command, due to the usage of the pipe.

Merge request reports