summaryrefslogtreecommitdiff
path: root/test/RegressTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/RegressTests.py')
-rwxr-xr-xtest/RegressTests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/RegressTests.py b/test/RegressTests.py
index da5d92ca..a22e35bf 100755
--- a/test/RegressTests.py
+++ b/test/RegressTests.py
@@ -149,6 +149,8 @@ class RegressFile(object):
harness.success()
else:
harness.failure(os.path.basename(self.filename))
+ print "STDERR:"
+ print p.stderr.read()
else:
if success: print
if test['exitcode']: