qutebrowser/scripts
toofar 27c5cc8cae Update pytest summary problem matcher for colored output
We think that at some point pytest added color codes to the summary
output which broke these matcher regex. It looks like there is an issue
about stripping color codes here: https://github.com/actions/runner/issues/2341

I've added wildcard (or no-space) elements instead of trying to match
the color codes exactly (eg `\033\[31m` etc) because 1) that's not very
readable 2) I was having trouble getting that to work with egrep.

The goal is to match the target strings but not to match then later in
the line as part of a test log or whatever. For the '= short test
summary =' that should be pretty unique. For the ERROR|FAILED I reckon
that could be a bit more common. I'm just matching with any mount of
non-space characters because I reckon a space will crop up pretty early
in any line where ERROR isn't the first work.

I think this new matching will only apply to new or rebased PRs after it
is landed.

ref: https://github.com/qutebrowser/qutebrowser/issues/5390#issuecomment-1817503702
2023-11-19 13:42:12 +13:00
..
dev Update pytest summary problem matcher for colored output 2023-11-19 13:42:12 +13:00
testbrowser reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
__init__.py Remove vim modelines 2023-06-30 11:03:06 +02:00
asciidoc2html.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
cycle-inputs.js RIP Freenode 2021-05-26 09:34:37 +02:00
dictcli.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
hist_importer.py Fix lint/tests 2023-07-23 14:10:10 +02:00
hostblock_blame.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
importer.py Fix lint/tests 2023-07-23 14:10:10 +02:00
keytester.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
link_pyqt.py scripts: Fix typo 2023-10-17 09:46:44 +02:00
mkvenv.py scripts: Fix typo 2023-07-24 20:16:11 +02:00
open_url_in_instance.sh Let a script complain if socat is not installed. 2020-09-26 22:24:20 +03:00
opengl_info.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
setupcommon.py Fix lint/tests 2023-07-23 14:10:10 +02:00
utils.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00