[New-bugs-announce] [issue11946] 2.7.1 'test_commands' build test fails

Jason Vas Dias report at bugs.python.org
Thu Apr 28 15:16:17 CEST 2011


New submission from Jason Vas Dias <jason.vas.dias at gmail.com>:

After building from source in Python-2.7.1.tar.bz2 ,
I get this 'make test' failure :

test_commands
test test_commands failed -- Traceback (most recent call last): 
  File "/usr/src/Python-2.7/Lib/test/test_commands.py", line 61, in test_getstatus
    self.assertTrue(re.match(pat, commands.getstatus("/."),re.VERBOSE)) 
AssertionError: None is not True

I don't get this error when building from Python-2.7.tar.bz2

----------
components: Tests
messages: 134674
nosy: Jason.Vas.Dias
priority: normal
severity: normal
status: open
title: 2.7.1 'test_commands' build test fails
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11946>
_______________________________________


More information about the New-bugs-announce mailing list