Skip to content

Update log file diff in post.sh

John Derek Chapman requested to merge jchapman/athena:ATEAM-644_21.6 into 21.6

Prior to this change log file diffs in unit tests compared the reference file to the current output, rather than the other way around, so that lines in the log removed due to local changes are marked with a + in the diff output and lines added to the log are marked with a -.

This commit switches the order of comparison with the aim of making the output more intuitive. See discussion in ATEAM-644.

Closes ATEAM-644

Merge request reports