From fce29b0c1fdbd9e6386c2c57691363682208eb94 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 12 Oct 2017 06:13:13 +1100 Subject: tester: Change the capture console prompt to avoid email reply processing in clients. --- tester/rt/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/rt/config.py b/tester/rt/config.py index 9bfb7ae..08f451e 100644 --- a/tester/rt/config.py +++ b/tester/rt/config.py @@ -133,7 +133,7 @@ class file(config.file): return 0 def _capture_console(self, text): - text = [('>', l) for l in text.replace(chr(13), '').splitlines()] + text = [('=>', l) for l in text.replace(chr(13), '').splitlines()] if self.output is not None: self._realtime_trace(text) self.output += text -- cgit v1.2.3