From f0a352edebb57d379e906683c168749e320802aa Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 17 Mar 2017 15:07:23 -0700 Subject: [PATCH] use different test files --- certbot/tests/main_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certbot/tests/main_test.py b/certbot/tests/main_test.py index d0fde766b..0337de921 100644 --- a/certbot/tests/main_test.py +++ b/certbot/tests/main_test.py @@ -452,7 +452,8 @@ class MainTest(unittest.TestCase): # pylint: disable=too-many-public-methods os.mkdir(self.logs_dir) self.standard_args = ['--config-dir', self.config_dir, '--work-dir', self.work_dir, - '--logs-dir', self.logs_dir, '--text'] + '--logs-dir', self.logs_dir, '--text', + '--lock-file', os.path.join(self.tmp_dir, 'certbot.lock')] def tearDown(self): # Reset globals in cli