mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
jedtest: output the actual error message (nw)
This commit is contained in:
parent
61734ad07c
commit
3993a1cea3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user