Description
for example:
[ 213s] AssertionError: Regex didn't match: 'ShadowserverJSONParserBot initialized with id test-bot and intelmq [0-9a-z.]* and python [0-9a-z.]{5,8}\\+? \\([a-zA-Z0-9,:. ]+\\)( \\[GCC\\])? as process [0-9]+\\.' not found in 'ShadowserverJSONParserBot initialized with id test-bot and intelmq 3.0.2 and python 3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0] as process 10051.'
applies to all bot tests of course
( \\[GCC\\])?
needs to be extend to also hold the gcc version (or a non-greedy catch-all)
Activity