Fixes for branches of interest in frozen tier 0 tests
This MR does two things
- Fixes for !67801 (merged), which was checking for matches in the wrong place (you can read more here !67845 (comment 7464456)). I also renamed some variables to try and make the logic in this code more clear
- Catches
ERROR
messages in logs and fails CI tests if they are present. The current behaviour fails onWARNING
but notERROR
, which is unintuitive
Edited by Samuel Van Stroud