Commit 74352a14 authored by mads.s.ager@gmail.com's avatar mads.s.ager@gmail.com

Fix typo in test.py.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@57 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 6ca0d05f
......@@ -164,7 +164,7 @@ class CompactProgressIndicator(ProgressIndicator):
def HasRun(self, output):
if output.UnexpectedOutput():
print "=== %s (%s) ===" % (failed.test.GetLabel(), "/".join(failed.test.path))
print "=== %s (%s) ===" % (output.test.GetLabel(), "/".join(output.test.path))
print "Command: %s" % EscapeCommand(output.command)
stdout = output.output.stdout.strip()
if len(stdout):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment