Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-02-03 23:57:05 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-02-03 23:57:05 +0300
commite5a41a75b7b2f6bf423ead71823e7a7a024ec786 (patch)
treec2f2fac12b9029bd75f3d3e60fee62fb7f5180ac /tools
parent0cfa789cc530848725a8cb5595224e78ae7b9dd0 (diff)
Revert "Adding output of Platform information into the test runner"
Broken on at least one platform http://pastie.org/808217 This reverts commit 704f394c6671af5b981900fc3666f1b97ef580a9.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 607a62e614b..74bde14abf8 100755
--- a/tools/test.py
+++ b/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):