diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-06-21 15:16:51 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-07-07 20:08:12 +0200 |
commit | a2e44296c9cf36ff1269ccfb427b90b5a848ee7d (patch) | |
tree | a2c5305da5f6ea31a658db997880919f70506c38 /docs/markdown | |
parent | 7126fbaf81b4b77da36a6e0995f234bd293db663 (diff) | |
download | meson-a2e44296c9cf36ff1269ccfb427b90b5a848ee7d.zip meson-a2e44296c9cf36ff1269ccfb427b90b5a848ee7d.tar.gz meson-a2e44296c9cf36ff1269ccfb427b90b5a848ee7d.tar.bz2 |
Add `skip_on_os` to test.json
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Contributing.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index 77981d7..474f880 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -390,6 +390,14 @@ for whatever reason). The test is failed if it skips or runs unexpectedly. +#### skip_on_os + +The `skip_on_os` key can be used to specify a list of OS names (or their +negations, prefixed with a `!`). If at least one item in the `skip_on_os` list +is matched, the test is expected to be skipped. + +The test is failed if it skips or runs unexpectedly. + ### Skipping integration tests Meson uses several continuous integration testing systems that have |