The get_ts_synopsis function's catch-all would report an error when
the baseline comparison was actually success and had a PASS state.
This PR fixes the issue by explicitly checking if the the CPRNC output
reports identical files first. This allows the catch-all to still function for
unknown errors that may appear in the CPRNC output.
Test suite: doctests
Test baseline: n/a
Test namelist changes: n/a
Test status: n/a
Fixes #4685
User interface changes?: n
Update gh-pages html (Y/N)?: n
The
get_ts_synopsis
function's catch-all would report an error when the baseline comparison was actually success and had aPASS
state.This PR fixes the issue by explicitly checking if the the CPRNC output reports identical files first. This allows the catch-all to still function for unknown errors that may appear in the CPRNC output.
Test suite: doctests Test baseline: n/a Test namelist changes: n/a Test status: n/a
Fixes #4685 User interface changes?: n Update gh-pages html (Y/N)?: n