diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-09-05 19:18:33 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-09-10 21:02:18 +0300 |
commit | 1768b09a12664b8a03ce7c46002b6d0910d48271 (patch) | |
tree | e6983cf6b7b448571c85b1622436f98049429c8b /run_unittests.py | |
parent | bd26c71845497c462d40df97954a9bc96f97a24a (diff) | |
download | meson-1768b09a12664b8a03ce7c46002b6d0910d48271.zip meson-1768b09a12664b8a03ce7c46002b6d0910d48271.tar.gz meson-1768b09a12664b8a03ce7c46002b6d0910d48271.tar.bz2 |
Improve formatting of dependency details
Also use a more consistent format for qmake details, and adjust a test case
which relies on the specific output
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index d2c9bb1..145d9b5 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3262,7 +3262,7 @@ class LinuxlikeTests(BasePlatformTests): # Confirm that the dependency was found with qmake mesonlog = self.get_meson_log() self.assertRegex('\n'.join(mesonlog), - r'Dependency qt5 \(modules: Core\) found: YES .*, `(qmake|qmake-qt5)`\n') + r'Dependency qt5 \(modules: Core\) found: YES .* \((qmake|qmake-qt5)\)\n') def _test_soname_impl(self, libpath, install): if is_cygwin() or is_osx(): |