summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regtests/jedutil/jedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regtests/jedutil/jedtest.py b/src/regtests/jedutil/jedtest.py
index 962688dca02..291456af193 100644
--- a/src/regtests/jedutil/jedtest.py
+++ b/src/regtests/jedutil/jedtest.py
@@ -65,7 +65,7 @@ def runViewJedTests(tests, jedUtilApp):
(stdout,stderr) = process.communicate()
if stderr:
- print "Error: JED test named %s failed during viewing." % test.name
+ print "Error: JED test named " + test.name + " failed during viewing (" + stderr.strip() + ")."
fp = open(test.outputFile, "wb")
fp.write(stdout)