mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix test name in debug message
This commit is contained in:
parent
b9c09878ab
commit
b4fefc8fa2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue