Skip to content
Snippets Groups Projects
Commit c3434d14 authored by Calen Pennington's avatar Calen Pennington
Browse files

Remove another instance of self.pdb

parent e19fb06e
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ class TestSuite(object):
self.failed_suites = []
self.verbosity = int(kwargs.get('verbosity', 1))
self.skip_clean = kwargs.get('skip_clean', False)
self.pdb = kwargs.get('pdb', False)
self.passthrough_options = kwargs.get('passthrough_options', [])
def __enter__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment