diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-12-13 10:06:38 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-12-15 14:20:16 -0800 |
commit | 7cd41ee8fb868285e96ccc4071ee945a1c6c3dfa (patch) | |
tree | d91c0a4dc39dfe07d9100957637158759b133fd3 /run_unittests.py | |
parent | 2b2ee68f9058bea603da426ab7914023ad1842c8 (diff) | |
download | meson-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-x | run_unittests.py | 2 |
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'): |