aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-09-05 19:18:33 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2018-09-10 21:02:18 +0300
commit1768b09a12664b8a03ce7c46002b6d0910d48271 (patch)
treee6983cf6b7b448571c85b1622436f98049429c8b /run_unittests.py
parentbd26c71845497c462d40df97954a9bc96f97a24a (diff)
downloadmeson-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-xrun_unittests.py2
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():