Commit 1acb24d1 authored by Marius Gedminas's avatar Marius Gedminas

Nitpicking

parent 26f01400
...@@ -1483,7 +1483,7 @@ def runzeo_logrotate_on_sigusr2(): ...@@ -1483,7 +1483,7 @@ def runzeo_logrotate_on_sigusr2():
... ) ... )
>>> with open('l') as f: >>> with open('l') as f:
... oldlog = f .read() ... oldlog = f.read()
>>> os.rename('l', 'o') >>> os.rename('l', 'o')
>>> os.kill(p.pid, signal.SIGUSR2) >>> os.kill(p.pid, signal.SIGUSR2)
...@@ -1750,7 +1750,7 @@ class ServerManagingClientStorageForIExternalGCTest( ...@@ -1750,7 +1750,7 @@ class ServerManagingClientStorageForIExternalGCTest(
def test_suite(): def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
# Collect misc tests into their own layer to educe size of # Collect misc tests into their own layer to reduce size of
# unit test layer # unit test layer
zeo = unittest.TestSuite() zeo = unittest.TestSuite()
zeo.addTest(unittest.makeSuite(ZODB.tests.util.AAAA_Test_Runner_Hack)) zeo.addTest(unittest.makeSuite(ZODB.tests.util.AAAA_Test_Runner_Hack))
......
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