Skip to content
  • John Chapman's avatar
    Update log file diff in post.sh · 45fd1c43
    John Chapman authored
    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.
    45fd1c43