Browse Source

Adding output of Platform information into the test runner

v0.7.4-release
Micheil Smith 15 years ago
committed by Ryan Dahl
parent
commit
704f394c66
  1. 1
      tools/test.py

1
tools/test.py

@ -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…
Cancel
Save