Tristan Van Berkom pushed to branch master at BuildStream / buildstream
Commits:
-
f122cfe8
by Jürg Billeter at 2019-01-06T17:57:33Z
-
7dfb85b3
by Tristan Van Berkom at 2019-01-06T18:31:25Z
1 changed file:
Changes:
... | ... | @@ -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':
|