Skip to content
Snippets Groups Projects
Commit 30a19106 authored by juga's avatar juga Committed by Matt Traudt
Browse files

Add arg to clean v3bw files in tests

parent 9d6019f0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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