projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9bb681
)
debug: Revert change to print backtrace, as that is actually already printed
author
Megan Wachs
<megan@sifive.com>
Mon, 14 Aug 2017 17:59:34 +0000
(10:59 -0700)
committer
Megan Wachs
<megan@sifive.com>
Mon, 14 Aug 2017 17:59:34 +0000
(10:59 -0700)
debug/testlib.py
patch
|
blob
|
history
diff --git
a/debug/testlib.py
b/debug/testlib.py
index d860533e50b4bad596aaa6c24fa1505ba97410a6..95578eeb5de00097918389a267984317a77d05e0 100644
(file)
--- a/
debug/testlib.py
+++ b/
debug/testlib.py
@@
-561,8
+561,6
@@
class BaseTest(object):
result = "fail"
else:
result = "exception"
- header ("Backtrace")
- print e
if isinstance(e, TestFailed):
header("Message")
print e.message