Skip to content

Draft: Automatic check on test-dumper outputs

This MR introduces a new bash script, compare-output, which acts as a wrapper around the existing test-dumper script. When running compare-output, a mode is provided. The test-dumper is then run for this mode, and the outputs compared to the 'expected' outputs.

If changes are made to the framework that should result in changes to the outputs, then we can simply run the script with the additional flag -o/--overwrite, which will overwrite the relevant output file instead of comparing.

This MR closes #127

Merge request reports