diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-01 19:30:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 19:30:10 +0200 |
commit | 200738a3e6b48671aac2865c304dded96179e4ac (patch) | |
tree | 19fa53590c21d39162c65718ea57da37f2a3219f /run_unittests.py | |
parent | 9e40a0125c3bd558fbd29da8715d334d787c1a4d (diff) | |
parent | 8101b0ddab1dea8de3b2588a4b75da525865c404 (diff) | |
download | meson-200738a3e6b48671aac2865c304dded96179e4ac.zip meson-200738a3e6b48671aac2865c304dded96179e4ac.tar.gz meson-200738a3e6b48671aac2865c304dded96179e4ac.tar.bz2 |
Merge pull request #6692 from xclaesse/summary-warnings
Summary improvements
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/run_unittests.py b/run_unittests.py index d091cbc..5655165 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -4392,14 +4392,15 @@ 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 - sub2: NO + sub2: NO Problem encountered: This subproject failed ''') expected_lines = expected.split('\n')[1:] out_start = out.find(expected_lines[0]) |