[tor-commits] [sbws/master] Add arg to clean v3bw files in tests

pastly at torproject.org pastly at torproject.org
Thu Aug 9 14:21:19 UTC 2018


commit 30a191063d30ef7c072629e6bbe8985a4a8d804a
Author: juga0 <juga at riseup.net>
Date:   Thu Jul 12 15:47:04 2018 +0000

    Add arg to clean v3bw files in tests
---
 tests/unit/conftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py
index 4eab658..308eace 100644
--- a/tests/unit/conftest.py
+++ b/tests/unit/conftest.py
@@ -119,7 +119,7 @@ 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', v3bw=False)
     return args
 
 





More information about the tor-commits mailing list