Skip to content

Instantly share code, notes, and snippets.

@ThisIsMissEm
Created January 30, 2010 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThisIsMissEm/290462 to your computer and use it in GitHub Desktop.
Save ThisIsMissEm/290462 to your computer and use it in GitHub Desktop.
From: Micheil Smith <micheil@brandedcode.com>
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 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/test.py b/tools/test.py
index 74bde14..607a62e 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):
--
1.6.5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment