mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
use different test files
This commit is contained in:
parent
dfd1cfae3f
commit
f0a352edeb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue