Adding output of Platform information into the test runner

This commit is contained in:
Micheil Smith 2010-01-30 18:11:43 +11:00 committed by Ryan Dahl
parent ac2abe5b1e
commit 704f394c66

View File

@ -101,6 +101,7 @@ 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):