Skip to content

Tester: export outfile (.out.export) even if comparison (.out) is missing

Super annoying when testing. If you create a new unit test, you presently need to create an out file with the correct name, just to be able to export the current output.

This MR changes this so that EXPORT_COMPARE=1 for a new unit test creates the missing outfiles with the output of the test.

Merge request reports