From 5b0a1bbe90c75aab745e09a39e523baa2c44a808 Mon Sep 17 00:00:00 2001 From: ctolentino8 Date: Mon, 4 May 2020 11:10:36 +0000 Subject: 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 d1ab82e53..ecae30724 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 -- cgit v1.2.1