[Notes] [Git][BuildStream/buildstream][jonathan/wsl-tests] Fix error when instantiating the IntegrationCache



Title: GitLab

Jonathan Maw pushed to branch jonathan/wsl-tests at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • conftest.py
    ... ... @@ -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:
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]