Fix test name in debug message

This commit is contained in:
Éric Araujo 2011-05-31 14:33:32 +02:00
parent b9c09878ab
commit b4fefc8fa2

View file

@ -370,8 +370,8 @@ def test_suite():
src = _get_source_filename()
if not os.path.exists(src):
if verbose:
print ('test_build_ext: Cannot find source code (test'
' must run in python build dir)')
print('test_command_build_ext: Cannot find source code (test'
' must run in python build dir)')
return unittest.TestSuite()
else:
return unittest.makeSuite(BuildExtTestCase)