mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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,7 +370,7 @@ def test_suite():
|
||||||
src = _get_source_filename()
|
src = _get_source_filename()
|
||||||
if not os.path.exists(src):
|
if not os.path.exists(src):
|
||||||
if verbose:
|
if verbose:
|
||||||
print ('test_build_ext: Cannot find source code (test'
|
print('test_command_build_ext: Cannot find source code (test'
|
||||||
' must run in python build dir)')
|
' must run in python build dir)')
|
||||||
return unittest.TestSuite()
|
return unittest.TestSuite()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue