Jonathan Maw pushed to branch jonathan/wsl-tests at BuildStream / buildstream
Commits:
-
74d14923
by Jonathan Maw at 2019-01-25T12:39:16Z
1 changed file:
Changes:
... | ... | @@ -58,6 +58,7 @@ class IntegrationCache(): |
58 | 58 |
# Use the same sources every time
|
59 | 59 |
self.sources = os.path.join(cache, 'sources')
|
60 | 60 |
|
61 |
+ os.makedirs(cache, exist_ok=True)
|
|
61 | 62 |
# Create a temp directory for the duration of the test for
|
62 | 63 |
# the artifacts directory
|
63 | 64 |
try:
|