Browse Source

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

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

This reverts commit 704f394c66.
v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
e5a41a75b7
  1. 1
      tools/test.py

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

Loading…
Cancel
Save