projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2abe5
)
Adding output of Platform information into the test runner
author
Micheil Smith
<micheil@brandedcode.com>
Sat, 30 Jan 2010 07:11:43 +0000
(18:11 +1100)
committer
Ryan Dahl
<ry@tinyclouds.org>
Sat, 30 Jan 2010 07:46:56 +0000
(23:46 -0800)
tools/test.py
patch
|
blob
|
history
diff --git
a/tools/test.py
b/tools/test.py
index 74bde14abf867dc2931d245f2bae6d651c1ba819..607a62e614bf493a84885e25bb1f82119b94c581 100755
(executable)
--- 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):