Commit f4b27124 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Temporarily print some information in test_cmd_line,

to understand why the test fails on some platforms.
parent 9a5499b4
......@@ -136,6 +136,8 @@ class CmdLineTest(unittest.TestCase):
0)
# Test handling of non-ascii data
if test.support.verbose:
print("FileSystemEncoding:", sys.getfilesystemencoding())
command = "assert(ord('\xe9') == 0xe9)"
self.assertEqual(
self.exit_code('-c', command),
......
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