diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-11-26 23:45:57 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-11-27 19:56:40 +0200 |
commit | 22fca7589fcb55cc196617ddf674b37a3b9c2e75 (patch) | |
tree | a892ccc2d09ed93c9f8fe1b284304f5a874dee76 /run_unittests.py | |
parent | 37ffff0aeddaf1f7a92076559484b9a6bce8c455 (diff) | |
download | meson-22fca7589fcb55cc196617ddf674b37a3b9c2e75.zip meson-22fca7589fcb55cc196617ddf674b37a3b9c2e75.tar.gz meson-22fca7589fcb55cc196617ddf674b37a3b9c2e75.tar.bz2 |
Fixed unit test (see #4549)
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 b99bc05..8351dad 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2922,7 +2922,7 @@ class FailureTests(BasePlatformTests): function can fail, and creating failing tests for all of them is tedious and slows down testing. ''' - dnf = "[Dd]ependency.*not found" + dnf = "[Dd]ependency.*not found(:.*)?" nopkg = '[Pp]kg-config not found' def setUp(self): |