avocado.core.remote: Ignore `\r` when checking for avocado
The `re.MULTILINE` breaks the strings by `\n` but it ignores `\r`. Let's
accept optional `\r` at the end of the line. This helps when some broken
plugin spits additional lines after `avocado -v` output.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
Showing
想要评论请 注册 或 登录