]> granicus.if.org Git - python/commitdiff
Fix test name in debug message
authorÉric Araujo <merwok@netwok.org>
Tue, 31 May 2011 12:33:32 +0000 (14:33 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 31 May 2011 12:33:32 +0000 (14:33 +0200)
Lib/packaging/tests/test_command_build_ext.py

index a7856d21e6360786ff0fcd6dde48b94baab9bd32..9729559865d0e41b1857042e8134a4121b8cb84f 100644 (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)