From e5a41a75b7b2f6bf423ead71823e7a7a024ec786 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 3 Feb 2010 12:57:05 -0800 Subject: [PATCH] Revert "Adding output of Platform information into the test runner" Broken on at least one platform http://pastie.org/808217 This reverts commit 704f394c6671af5b981900fc3666f1b97ef580a9. --- tools/test.py | 1 - 1 file changed, 1 deletion(-) 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):