Adding output of Platform information into the test runner
authorMicheil Smith <micheil@brandedcode.com>
Sat, 30 Jan 2010 07:11:43 +0000 (18:11 +1100)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 30 Jan 2010 07:46:56 +0000 (23:46 -0800)
tools/test.py

index 74bde14abf867dc2931d245f2bae6d651c1ba819..607a62e614bf493a84885e25bb1f82119b94c581 100755 (executable)
@@ -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):