mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
verbose option is not being used, so remove it. debug variable still exists.
This commit is contained in:
@@ -136,7 +136,6 @@ class TestPlaybook(unittest.TestCase):
|
||||
timeout = 5,
|
||||
remote_user = self.user,
|
||||
remote_pass = None,
|
||||
verbose = False,
|
||||
stats = ans_callbacks.AggregateStats(),
|
||||
callbacks = self.test_callbacks,
|
||||
runner_callbacks = self.test_callbacks
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user