aboutsummaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/testlib.py b/debug/testlib.py
index 0e5f35d..3339e9b 100644
--- a/debug/testlib.py
+++ b/debug/testlib.py
@@ -79,7 +79,7 @@ class Spike(object):
return self.process.wait(*args, **kwargs)
class Openocd(object):
- def __init__(self, cmd=None, config=None, debug=True):
+ def __init__(self, cmd=None, config=None, debug=False):
if cmd:
cmd = shlex.split(cmd)
else: