TrkVertexFitter: unit test fixes
Make the unit tests in the following packages less sensitive to changes in DEBUG
output. This is required for the next Gaudi version. Strictly speaking only needed for master but probably better to keep this code in sync with 23.0:
-
TrkVKalVrtFitter
: Remove unit test reference (and simply check for no errors) as the reference does not include any relevant information anyway. Makes the test insensitive to other (DEBUG) output changes. -
TrkVertexSeedFinderTools
: Make unit tests less sensitive to DEBUG changes by running the test algorithm at INFO. -
TrkVertexFitters
: Replace reference comparison withnoerror.sh
as there was no useful output in the log file anyway. And this makes the test less sensitive to other output changes.
cc @ssnyder