[Notes] [Git][BuildStream/buildstream][master] 2 commits: _frontend/app.py: Use buildtree for interactive shell on build failure



Title: GitLab

Tristan Van Berkom pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_frontend/app.py
    ... ... @@ -599,7 +599,7 @@ class App():
    599 599
                         click.echo("\nDropping into an interactive shell in the failed build sandbox\n", err=True)
    
    600 600
                         try:
    
    601 601
                             prompt = self.shell_prompt(element)
    
    602
    -                        self.stream.shell(element, Scope.BUILD, prompt, isolate=True)
    
    602
    +                        self.stream.shell(element, Scope.BUILD, prompt, isolate=True, usebuildtree=True)
    
    603 603
                         except BstError as e:
    
    604 604
                             click.echo("Error while attempting to create interactive shell: {}".format(e), err=True)
    
    605 605
                     elif choice == 'log':
    



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