[rtems-tools commit] tester: Change the capture console prompt to avoid email reply processing in clients.
Chris Johns
chrisj at rtems.org
Wed Oct 11 19:14:20 UTC 2017
Module: rtems-tools
Branch: master
Commit: fce29b0c1fdbd9e6386c2c57691363682208eb94
Changeset: http://git.rtems.org/rtems-tools/commit/?id=fce29b0c1fdbd9e6386c2c57691363682208eb94
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Oct 12 06:13:13 2017 +1100
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
More information about the vc
mailing list