diff options
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r-- | tests/examples/autotools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py index ca311c4bb..a4e5b8817 100644 --- a/tests/examples/autotools.py +++ b/tests/examples/autotools.py @@ -15,7 +15,7 @@ DATA_DIR = os.path.join( ) -# Tests a build of the autotools amhello project on a alpine-linux base runtime +# Tests a build of the autotools amhello project on a freedesktop base runtime @pytest.mark.skipif(MACHINE_ARCH != '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') |