Skip to content
Snippets Groups Projects
Commit eb83312c authored by Manuel Günther's avatar Manuel Günther
Browse files

Fixed test script

parent e06294e8
No related branches found
No related tags found
1 merge request!51Resolve "--execute-only command line option does not work"
Pipeline #
...@@ -275,6 +275,9 @@ def test_verify_execute_only(): ...@@ -275,6 +275,9 @@ def test_verify_execute_only():
try: try:
from bob.bio.base.script.verify import main from bob.bio.base.script.verify import main
main(parameters) main(parameters)
finally:
if os.path.exists(test_dir):
shutil.rmtree(test_dir)
def test_internal_raises(): def test_internal_raises():
......
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