aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-18 22:59:45 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-11-23 19:54:48 -0800
commit061cf99cd68ddc00a758bdd9e403ced4bcdb7498 (patch)
tree3873238317699145182c43cd6c4d4123a13df322 /run_unittests.py
parentf0248b0342eceecd87817b1c0bc9a105f549946a (diff)
downloadmeson-061cf99cd68ddc00a758bdd9e403ced4bcdb7498.zip
meson-061cf99cd68ddc00a758bdd9e403ced4bcdb7498.tar.gz
meson-061cf99cd68ddc00a758bdd9e403ced4bcdb7498.tar.bz2
Make WxDependency a ConfigToolDependency
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 fe75074..9581c72 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1661,7 +1661,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)",
- "nor wx-config found")
+ "No wx-config found;")
def test_wx_dependency(self):
if not shutil.which('wx-config-3.0') and not shutil.which('wx-config'):