summaryrefslogtreecommitdiff
path: root/test/RegressTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-09 20:02:53 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-09 20:02:53 -0600
commit2df8edc71c1e805fd54c2208b2b66bdde0460c59 (patch)
tree8a5aefa71d8713c4fe7d91df02f8046d18a9fe8c /test/RegressTests.py
parentcbc7bd337bf523e9424c789a87be1d4a360740b2 (diff)
downloadfork-ledger-2df8edc71c1e805fd54c2208b2b66bdde0460c59.tar.gz
fork-ledger-2df8edc71c1e805fd54c2208b2b66bdde0460c59.tar.bz2
fork-ledger-2df8edc71c1e805fd54c2208b2b66bdde0460c59.zip
Improved the behavior of -X
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']: