Adding output of Platform information into the test runner
This commit is contained in:
parent
ac2abe5b1e
commit
704f394c66
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user