summaryrefslogtreecommitdiff
path: root/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'conftest.py')
-rwxr-xr-xconftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py
index 6e6e3b08f..6fc24c2d6 100755
--- a/conftest.py
+++ b/conftest.py
@@ -54,6 +54,7 @@ class IntegrationCache():
def __init__(self, cache):
cache = os.path.abspath(cache)
+ os.makedirs(cache, exist_ok=True)
# Use the same sources every time
self.sources = os.path.join(cache, 'sources')