Commit 8652f2e8 authored by Florent Xicluna's avatar Florent Xicluna

Revert the additional OS X information (r81140). Keep the endianness information.

parent b7d413f9
...@@ -427,11 +427,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, ...@@ -427,11 +427,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
print "==", platform.python_implementation(), \ print "==", platform.python_implementation(), \
" ".join(sys.version.split()) " ".join(sys.version.split())
print "== ", platform.platform(aliased=True), \ print "== ", platform.platform(aliased=True), \
"%s-endian" % sys.byteorder, "%s-endian" % sys.byteorder
if sys.platform == 'darwin':
print platform.mac_ver()
else:
print
print "== ", os.getcwd() print "== ", os.getcwd()
alltests = findtests(testdir, stdtests, nottests) alltests = findtests(testdir, stdtests, nottests)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment