This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch ctolentino/test in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 5b0a1bbe90c75aab745e09a39e523baa2c44a808 Author: ctolentino8 <[email protected]> AuthorDate: Mon May 4 11:10:36 2020 +0000 Force fail --- tests/integration/autotools.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/autotools.py b/tests/integration/autotools.py index d1ab82e..ecae307 100644 --- a/tests/integration/autotools.py +++ b/tests/integration/autotools.py @@ -27,6 +27,8 @@ def test_autotools_build(cli, datafiles): result = cli.run(project=project, args=["build", element_name]) assert result.exit_code == 0 + assert False + result = cli.run(project=project, args=["artifact", "checkout", element_name, "--directory", checkout]) assert result.exit_code == 0
