From 294534cf6651236129d6c06f3a00c88e47d5d090 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 24 Oct 2025 12:25:45 +0200 Subject: [PATCH] tests: Mark found lines more clearly --- tests/end2end/fixtures/testprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/fixtures/testprocess.py b/tests/end2end/fixtures/testprocess.py index 5241a28c2..56d04164f 100644 --- a/tests/end2end/fixtures/testprocess.py +++ b/tests/end2end/fixtures/testprocess.py @@ -398,7 +398,7 @@ class Process(QObject): match = self._wait_for_match(spy, kwargs) if match is not None: if message is not None: - self._log("----> found it") + self._log(f"----> found it: {match.formatted_str()}") return match raise quteutils.Unreachable