Commit b4fefc8f authored by Éric Araujo's avatar Éric Araujo

Fix test name in debug message

parent b9c09878
...@@ -370,8 +370,8 @@ def test_suite(): ...@@ -370,8 +370,8 @@ 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:
return unittest.makeSuite(BuildExtTestCase) return unittest.makeSuite(BuildExtTestCase)
......
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