Revert "Adding output of Platform information into the test runner"

Broken on at least one platform http://pastie.org/808217

This reverts commit 704f394c6671af5b981900fc3666f1b97ef580a9.
This commit is contained in:
Ryan Dahl 2010-02-03 12:57:05 -08:00
parent 0cfa789cc5
commit e5a41a75b7

View File

@ -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):