diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-16 12:54:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-16 12:54:22 +0200 |
commit | 83fb76c9ae1bbfce2b2ad67bc6ba2b5ec2263fe2 (patch) | |
tree | 2993089e42a9f318a9234209e24d299b5cee6f4a /run_unittests.py | |
parent | 44415ab61e92ee59453a200d2e9b84e88535882f (diff) | |
parent | 11b62c3c51a273024faaba8cca9d5408c673bf4f (diff) | |
download | meson-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-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'): |