From 1768b09a12664b8a03ce7c46002b6d0910d48271 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Wed, 5 Sep 2018 19:18:33 +0100 Subject: 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 --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') 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(): -- cgit v1.1