Files
aptly/system
Ryan Gonzalez 889fcc2158 Improve test output regex for better perf
The current regex runs in exponential time, which massively impacts the
runtime of the test suite, taking several seconds (~4s on my system)
just to perform a single match. By replacing the mix of re.findall + the
initial capture group with re.search + some string slicing, the time
spent matching the regex becomes nearly instant, e.g.:

    $ make system-test TESTS='Config*'

goes from taking ~10s to ~1.5s.

Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
2023-10-03 08:31:39 +02:00
..
2022-02-08 11:18:50 +01:00
2022-01-27 15:06:33 +01:00
2022-01-27 15:06:33 +01:00
2014-01-20 23:39:25 +04:00
2022-07-13 08:33:48 +02:00
2022-01-27 15:06:33 +01:00
2022-01-27 15:06:33 +01:00