commit c0ac5a3957abb15b8b307c4b4311b419f848e7ab Author: juga0 juga@riseup.net Date: Tue Jul 17 17:16:20 2018 +0000
Fix args for cleanup unit tests --- tests/unit/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 4eab658..7669318 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -119,7 +119,8 @@ def sbwshome_only_datadir(sbwshome_empty): def args(sbwshome_empty, parser): """Args with sbws home in the tests tmp dir.""" args = _PseudoArguments(directory=sbwshome_empty, output=sbwshome_empty, - scale=False, log_level='debug') + scale=False, log_level='debug', + no_results=False, no_v3bw=False) return args
tor-commits@lists.torproject.org