| Index: tools/testrunner/local/progress.py
|
| diff --git a/tools/testrunner/local/progress.py b/tools/testrunner/local/progress.py
|
| index a663be23eba8714fea65d1a30e71ecdeebcf759b..03116ee768d758cb1d0d6b3d6f8ab94dc08a7a0c 100644
|
| --- a/tools/testrunner/local/progress.py
|
| +++ b/tools/testrunner/local/progress.py
|
| @@ -89,6 +89,7 @@ class SimpleProgressIndicator(ProgressIndicator):
|
| print failed.output.stdout.strip()
|
| print "Command: %s" % EscapeCommand(self.runner.GetCommand(failed))
|
| if failed.output.HasCrashed():
|
| + print "exit code: %d" % failed.output.exit_code
|
| print "--- CRASHED ---"
|
| if failed.output.HasTimedOut():
|
| print "--- TIMEOUT ---"
|
|
|