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-30 10:58:53 +0000
commit937a9fef4e50ccb60e657b34bbacf3e04c647ecf (patch)
tree6baae215d5eac59495bff79142d2b68e43577a98 /tests/examples/autotools.py
parent3b976fd53bbca585eb841fb245ce9f760ced75cc (diff)
downloadbuildstream-937a9fef4e50ccb60e657b34bbacf3e04c647ecf.tar.gz
typo: writtent -> written
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):