summaryrefslogtreecommitdiff
path: root/tests/integration/shell.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-05-11 19:06:21 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-05-11 19:06:21 +0000
commitb9f0126fb2db172546abe889690e9c39d6e6ef92 (patch)
treedff602ed10db0d5e11e625d60045a7ded826767c /tests/integration/shell.py
parent8797ab18b5fe247fcf1409e1bde4dfe0037149eb (diff)
parentf5e8a54f095f28870d4c483ca56cc1abc01a2229 (diff)
downloadbuildstream-b9f0126fb2db172546abe889690e9c39d6e6ef92.tar.gz
Merge branch 'bschubert/update-requirements' into 'master'
Update packages requirements See merge request BuildStream/buildstream!1906
Diffstat (limited to 'tests/integration/shell.py')
-rw-r--r--tests/integration/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/shell.py b/tests/integration/shell.py
index 11aba87da..42e486bac 100644
--- a/tests/integration/shell.py
+++ b/tests/integration/shell.py
@@ -331,7 +331,7 @@ def test_integration_external_workspace(cli, tmpdir_factory, datafiles, build_sh
if guess_element:
# Mutate the project.conf to use a default shell command
project_file = os.path.join(project, "project.conf")
- config_text = "shell:\n" " command: ['true']\n"
+ config_text = "shell:\n command: ['true']\n"
with open(project_file, "a") as f:
f.write(config_text)