Update refs to adapt to change in RICH counters
Adapts to Rec!1220 (merged)
I have also improved the way the refs for the brunel2012magdown
and repro2012magdown
are handled. Previously both used the same ref, which worked fine until there where diffs, and the repro test which ran second over-wrote the diffs for brunel2012magdown
, which are the ones required. Now repro2012magdown
works off a 'new' ref, repro2012magdown.ref
that is just a sym link to brunel2012magdown.ref
. This means the X.ref.new
files for each are now different if both fail. Just remember to only update brunel2012magdown.ref
using its .new
file, and ignore the repro2012magdown.ref.new
file.
Edit - I've renamed the new reference log repro2012magdown-SYMLINK-DO_NOT_UPDATE_WITH_NEW.ref
to include a clear visual reminder that the file is a sym-link and should not be directly updated with a .ref.new
file.