From 74352a14b7fc91dd74040bc1b239262e5784dde2 Mon Sep 17 00:00:00 2001 From: "mads.s.ager@gmail.com" Date: Mon, 1 Sep 2008 07:01:02 +0000 Subject: [PATCH] Fix typo in test.py. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@57 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.py b/tools/test.py index 95fb05d..5a7e331 100755 --- a/tools/test.py +++ b/tools/test.py @@ -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): -- 2.7.4