[tor-commits] [sbws/master] Revert "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 98c8fdd1b1a78d7678400c9ce35a8c4b8c328675
Author: juga0 <juga at riseup.net>
Date:   Tue Jul 17 16:13:49 2018 +0000

    Revert "Add arg to clean v3bw files in tests"
    
    This reverts commit edec4a38bb432f5cd697b7ec44b5e6a477b4074e.
    To do not modify existing cleaning code for result files.
---
 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 308eace..4eab658 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', v3bw=False)
+                            scale=False, log_level='debug')
     return args
 
 





More information about the tor-commits mailing list