mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
@@ -168,7 +168,8 @@ class BuildPyTestCase(support.TempdirManager,
|
||||
finally:
|
||||
sys.dont_write_bytecode = old_dont_write_bytecode
|
||||
|
||||
self.assertIn('byte-compiling is disabled', self.logs[0][1])
|
||||
self.assertIn('byte-compiling is disabled',
|
||||
self.logs[0][1] % self.logs[0][2])
|
||||
|
||||
|
||||
def test_suite():
|
||||
|
||||
@@ -104,7 +104,8 @@ class InstallLibTestCase(support.TempdirManager,
|
||||
finally:
|
||||
sys.dont_write_bytecode = old_dont_write_bytecode
|
||||
|
||||
self.assertIn('byte-compiling is disabled', self.logs[0][1])
|
||||
self.assertIn('byte-compiling is disabled',
|
||||
self.logs[0][1] % self.logs[0][2])
|
||||
|
||||
|
||||
def test_suite():
|
||||
|
||||
Reference in New Issue
Block a user