diff options
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): |