summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/stack.py
diff options
context:
space:
mode:
authorRebecca Grayson <becky.grayson1@hotmail.co.uk>2019-07-08 12:19:29 +0100
committerRebecca Grayson <becky.grayson1@hotmail.co.uk>2019-07-08 12:19:29 +0100
commit7a118e054353d93856d7f82a974b13dd74f374c4 (patch)
treee63a3efd95be625ab2dfefec3a588d24771d3978 /src/buildstream/plugins/elements/stack.py
parent93816bea18d93495744263deaabc1d73a68029ac (diff)
downloadbuildstream-7a118e054353d93856d7f82a974b13dd74f374c4.tar.gz
element.py: Add BST_ALLOW_SHELL to improve errorsbecky/shell_launch_errors
Diffstat (limited to 'src/buildstream/plugins/elements/stack.py')
-rw-r--r--src/buildstream/plugins/elements/stack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/plugins/elements/stack.py b/src/buildstream/plugins/elements/stack.py
index 97517ca48..e4eba2c86 100644
--- a/src/buildstream/plugins/elements/stack.py
+++ b/src/buildstream/plugins/elements/stack.py
@@ -32,6 +32,7 @@ class StackElement(Element):
# This plugin has been modified to avoid the use of Sandbox.get_directory
BST_VIRTUAL_DIRECTORY = True
+ BST_ALLOW_SHELL = False
def configure(self, node):
pass