diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-02-01 10:33:59 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-02-01 11:21:16 +0100 |
commit | 31f00c11d32eff4b31516f4425f755f615ee6594 (patch) | |
tree | 0eab01958f8ea05e22a5b360b50c92e69cecba9c /run_unittests.py | |
parent | 402f7afdb03fa59b28e1c01b490b9673382f1ba4 (diff) | |
download | meson-31f00c11d32eff4b31516f4425f755f615ee6594.zip meson-31f00c11d32eff4b31516f4425f755f615ee6594.tar.gz meson-31f00c11d32eff4b31516f4425f755f615ee6594.tar.bz2 |
summary: Fix empty list case
Fixes: #6557.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index 5388679..cf40955 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -4254,6 +4254,7 @@ recommended as it is not supported on some platforms''') A list: string 1 True + empty list: A number: 1 yes: YES no: NO |