[Notes] [Git][BuildStream/buildstream][master] 2 commits: Make sure testing cache directory exists



Title: GitLab

Jürg Billeter pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • conftest.py
    ... ... @@ -54,6 +54,7 @@ class IntegrationCache():
    54 54
     
    
    55 55
         def __init__(self, cache):
    
    56 56
             cache = os.path.abspath(cache)
    
    57
    +        os.makedirs(cache, exist_ok=True)
    
    57 58
     
    
    58 59
             # Use the same sources every time
    
    59 60
             self.sources = os.path.join(cache, 'sources')
    



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