From 64f7d791b703cc81a8f678de37f42185129b6456 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Sun, 13 Mar 2016 15:39:08 -0700 Subject: Implement reading of CSRs. --- tests/testlib.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testlib.py') diff --git a/tests/testlib.py b/tests/testlib.py index 274ba6c..1f60ce6 100644 --- a/tests/testlib.py +++ b/tests/testlib.py @@ -34,6 +34,8 @@ class Gdb(object): self.child = pexpect.spawn(path) self.child.logfile = file("gdb.log", "w") self.wait() + self.command("set width 0") + self.command("set height 0") def wait(self): """Wait for prompt.""" -- cgit v1.1