|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] This patch prevents the xm-test console library from dup
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 1e6147db55cf52acb866e803c3455bdde3bdfa0c
# Parent b0b8541264106b3b79c9d90672482543dcbfac14
This patch prevents the xm-test console library from duplicating the
debugging output, when it's turned on. This just makes it easier to
read.
Signed-off-by: Dan Smith <danms@xxxxxxxxxx>
diff -r b0b854126410 -r 1e6147db55cf tools/xm-test/lib/XmTestLib/Console.py
--- a/tools/xm-test/lib/XmTestLib/Console.py Wed Nov 9 11:39:05 2005
+++ b/tools/xm-test/lib/XmTestLib/Console.py Wed Nov 9 11:39:38 2005
@@ -83,8 +83,6 @@
raise ConsoleError("Console didn't respond")
def __addToHistory(self, line):
- if self.debugMe:
- print ">" + line
self.historyBuffer.append(line);
self.historyLines += 1;
if self.historyLines > self.historyLimit:
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] This patch prevents the xm-test console library from duplicating the,
Xen patchbot -unstable <=
|
|
|
|
|