diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-02-12 21:58:20 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-02-27 20:43:51 +0200 |
commit | 16f80b4c506bba9839e30bd98fcbbafddcef3632 (patch) | |
tree | a95093f28aecb322d23bcd579a46cb64dc206c76 /run_project_tests.py | |
parent | d040ce4165aab1ba32c96bbc35c2fad10b26664f (diff) | |
download | meson-16f80b4c506bba9839e30bd98fcbbafddcef3632.zip meson-16f80b4c506bba9839e30bd98fcbbafddcef3632.tar.gz meson-16f80b4c506bba9839e30bd98fcbbafddcef3632.tar.bz2 |
Enable 'test cases/frameworks/10 gtk-doc' for gtkdoc >= 1.26
Enable 'test cases/frameworks/10 gtk-doc' if gtkdoc version is 1.26 or
later.
Old versions of gtkdoc-scan also output the version to stdout rather than
stderr, so be sure to handle that...
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index f9d4dbd..e9afa81 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -445,8 +445,8 @@ def skippable(suite, test): if not suite.endswith('frameworks'): return True - # gtk-doc test is always skipped pending upstream fixes for spaces in - # filenames landing in distros + # gtk-doc test may be skipped, pending upstream fixes for spaces in + # filenames landing in the distro used for CI if test.endswith('10 gtk-doc'): return True |