summaryrefslogtreecommitdiff
path: root/tests/frontend/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/logging.py')
-rw-r--r--tests/frontend/logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/logging.py b/tests/frontend/logging.py
index 17d925cd1..58ac4eeba 100644
--- a/tests/frontend/logging.py
+++ b/tests/frontend/logging.py
@@ -101,7 +101,7 @@ def test_failed_build_listing(cli, tmpdir, datafiles):
}
_yaml.dump(element, os.path.join(project, element_path))
element_names.append(element_name)
- result = cli.run(project=project, args=['--on-error=continue', 'build'] + element_names)
+ result = cli.run(project=project, args=['--on-error=continue', 'build', *element_names])
result.assert_main_error(ErrorDomain.STREAM, None)
failure_heading_pos = re.search(r'^Failure Summary$', result.stderr, re.MULTILINE).start()