Fix typo in test.py.
authormads.s.ager@gmail.com <mads.s.ager@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Sep 2008 07:01:02 +0000 (07:01 +0000)
committermads.s.ager@gmail.com <mads.s.ager@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Sep 2008 07:01:02 +0000 (07:01 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@57 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/test.py

index 95fb05d..5a7e331 100755 (executable)
@@ -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):