From 704f394c6671af5b981900fc3666f1b97ef580a9 Mon Sep 17 00:00:00 2001 From: Micheil Smith Date: Sat, 30 Jan 2010 18:11:43 +1100 Subject: [PATCH] Adding output of Platform information into the test runner --- tools/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test.py b/tools/test.py index 74bde14abf..607a62e614 100755 --- a/tools/test.py +++ b/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):