diff --git a/tools/test.py b/tools/test.py index 607a62e614..74bde14abf 100755 --- a/tools/test.py +++ b/tools/test.py @@ -101,7 +101,6 @@ class ProgressIndicator(object): # ...and then reraise the exception to bail out raise self.Done() - print "\r\nPlatform: {0} {1}".format(platform.system(), platform.release()) return not self.failed def RunSingle(self):