diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-02-25 10:19:50 -0500 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2020-02-26 14:24:12 -0500 |
commit | c175e97a8862be5c87196aa94cb911975c84cf84 (patch) | |
tree | 8d91387586ce9714bc9d8ec30bff09b2322652a3 /run_unittests.py | |
parent | f66b04b0996eae5cd7b0ad007435d5a51f28b691 (diff) | |
download | meson-c175e97a8862be5c87196aa94cb911975c84cf84.zip meson-c175e97a8862be5c87196aa94cb911975c84cf84.tar.gz meson-c175e97a8862be5c87196aa94cb911975c84cf84.tar.bz2 |
summary: Add list_sep keyword argument
This allows having lists on a single line instead of having each value
aligned on a new line.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index aa27a1d..09bdcf1 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -4347,10 +4347,11 @@ recommended as it is not supported on some platforms''') A list: string 1 True - empty list: + empty list: A number: 1 yes: YES no: NO + coma list: a, b, c Subprojects sub: YES |