diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2019-12-11 21:21:21 -0500 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2019-12-12 18:30:17 -0500 |
commit | 38953d8ee32bf025018c44e1e5a5edc04319dd90 (patch) | |
tree | a2124a8857abf37fca3a9594342c2e142ed56a27 /run_unittests.py | |
parent | 49082f96698fbb74b587ca774dae45b7b5943a16 (diff) | |
download | meson-38953d8ee32bf025018c44e1e5a5edc04319dd90.zip meson-38953d8ee32bf025018c44e1e5a5edc04319dd90.tar.gz meson-38953d8ee32bf025018c44e1e5a5edc04319dd90.tar.bz2 |
summary: Add bool_yn keyword argument
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index cb5086c..a3a3ac2 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -4136,6 +4136,8 @@ recommended as it is not supported on some platforms''') 1 True A number: 1 + yes: YES + no: NO ''') # Dict ordering is not guaranteed and an exact string comparison randomly # fails on the CI because lines are reordered. |