jedtest: output the actual error message (nw)

This commit is contained in:
Oliver Stöneberg 2013-06-11 11:06:55 +00:00
parent 61734ad07c
commit 3993a1cea3

View File

@ -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)