aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-12-16 12:54:22 +0200
committerGitHub <noreply@github.com>2017-12-16 12:54:22 +0200
commit83fb76c9ae1bbfce2b2ad67bc6ba2b5ec2263fe2 (patch)
tree2993089e42a9f318a9234209e24d299b5cee6f4a /run_unittests.py
parent44415ab61e92ee59453a200d2e9b84e88535882f (diff)
parent11b62c3c51a273024faaba8cca9d5408c673bf4f (diff)
downloadmeson-83fb76c9ae1bbfce2b2ad67bc6ba2b5ec2263fe2.zip
meson-83fb76c9ae1bbfce2b2ad67bc6ba2b5ec2263fe2.tar.gz
meson-83fb76c9ae1bbfce2b2ad67bc6ba2b5ec2263fe2.tar.bz2
Merge pull request #2781 from dcbaker/submit/config-tool-correct-name
Small cosmetic cleanups for ConfigTool dependencies and LLVM
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'):