aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2018-11-26 23:45:57 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2018-11-27 19:56:40 +0200
commit22fca7589fcb55cc196617ddf674b37a3b9c2e75 (patch)
treea892ccc2d09ed93c9f8fe1b284304f5a874dee76 /run_unittests.py
parent37ffff0aeddaf1f7a92076559484b9a6bce8c455 (diff)
downloadmeson-22fca7589fcb55cc196617ddf674b37a3b9c2e75.zip
meson-22fca7589fcb55cc196617ddf674b37a3b9c2e75.tar.gz
meson-22fca7589fcb55cc196617ddf674b37a3b9c2e75.tar.bz2
Fixed unit test (see #4549)
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 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):