aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-12-13 10:06:38 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-12-15 14:20:16 -0800
commit7cd41ee8fb868285e96ccc4071ee945a1c6c3dfa (patch)
treed91c0a4dc39dfe07d9100957637158759b133fd3 /run_unittests.py
parent2b2ee68f9058bea603da426ab7914023ad1842c8 (diff)
downloadmeson-7cd41ee8fb868285e96ccc4071ee945a1c6c3dfa.zip
meson-7cd41ee8fb868285e96ccc4071ee945a1c6c3dfa.tar.gz
meson-7cd41ee8fb868285e96ccc4071ee945a1c6c3dfa.tar.bz2
Use consistent mlog formatting with the ConfigTool dependency helpers
This just adds more consistent use of mlog.bold and mlog.red/green for ConfigTool based dependencies.
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 f717e6d..d7d5ed0 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1741,7 +1741,7 @@ class FailureTests(BasePlatformTests):
raise unittest.SkipTest('wx-config or wx-config-3.0 found')
self.assertMesonRaises("dependency('wxwidgets')", self.dnf)
self.assertMesonOutputs("dependency('wxwidgets', required : false)",
- "No wx-config found;")
+ "Dependency .*WxWidgets.* found: .*NO.*")
def test_wx_dependency(self):
if not shutil.which('wx-config-3.0') and not shutil.which('wx-config'):