summaryrefslogtreecommitdiff
path: root/tests/examples/autotools.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-21 17:13:11 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-29 17:13:47 +0000
commitbfe2509f8e7fa51de5f1d67ec01d47491d6d330d (patch)
tree499bf32fec51d7ae9b6bdbcb4bbc1944809b756e /tests/examples/autotools.py
parentd8824015060116297a90afcacc802d06825499d8 (diff)
downloadbuildstream-bschubert/fix-typos.tar.gz
typo: writtent -> writtenbschubert/fix-typos
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r--tests/examples/autotools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py
index 9aeafa510..0c86e3afe 100644
--- a/tests/examples/autotools.py
+++ b/tests/examples/autotools.py
@@ -17,7 +17,7 @@ DATA_DIR = os.path.join(
# Tests a build of the autotools amhello project on a alpine-linux base runtime
@pytest.mark.skipif(MACHINE_ARCH != 'x86-64',
- reason='Examples are writtent for x86-64')
+ reason='Examples are written for x86-64')
@pytest.mark.skipif(not IS_LINUX or not HAVE_BWRAP, reason='Only available on linux with bubblewrap')
@pytest.mark.datafiles(DATA_DIR)
def test_autotools_build(cli, datafiles):
@@ -40,7 +40,7 @@ def test_autotools_build(cli, datafiles):
# Test running an executable built with autotools.
@pytest.mark.skipif(MACHINE_ARCH != 'x86-64',
- reason='Examples are writtent for x86-64')
+ reason='Examples are written for x86-64')
@pytest.mark.skipif(not IS_LINUX or not HAVE_BWRAP, reason='Only available on linux with bubblewrap')
@pytest.mark.datafiles(DATA_DIR)
def test_autotools_run(cli, datafiles):