mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
verbose option is not being used, so remove it. debug variable still exists.
This commit is contained in:
parent
78b5cd64d0
commit
3f26a1c7f6
6 changed files with 1 additions and 8 deletions
|
@ -29,7 +29,6 @@ class TestRunner(unittest.TestCase):
|
|||
forks=1,
|
||||
background=0,
|
||||
pattern='all',
|
||||
verbose=True,
|
||||
)
|
||||
self.cwd = os.getcwd()
|
||||
self.test_dir = os.path.join(self.cwd, 'test')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue