summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctolentino8 <ctolentino8@bloomberg.net>2020-05-04 11:10:36 +0000
committerctolentino8 <ctolentino8@bloomberg.net>2020-05-04 11:10:36 +0000
commit5b0a1bbe90c75aab745e09a39e523baa2c44a808 (patch)
tree70ccb0f55292f5055ba637da2f1acbae7ea9999d
parente8f9efb272b66691969bb858f409d7618927b408 (diff)
downloadbuildstream-ctolentino/test.tar.gz
Force failctolentino/test
-rw-r--r--tests/integration/autotools.py2
1 files changed, 2 insertions, 0 deletions
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