diff --git a/tests/system_tests.py b/tests/system_tests.py index 7a8b00e6..1c750905 100644 --- a/tests/system_tests.py +++ b/tests/system_tests.py @@ -169,6 +169,8 @@ def configure_suite(config_file): abs_path = os.path.abspath( os.path.join(_parameters["suite_root"], rel_path) ) + if key == "tmp_path" and not os.path.isdir(abs_path): + os.mkdir(abs_path) if not os.path.exists(abs_path): raise ValueError( "Path replacement for {short}: {abspath} does not exist"