From 881e6a823f751542bbe25bdb4665e436702ad2fc Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 27 Dec 2023 18:00:14 +0100 Subject: [PATCH] use ./mtr --skip-not-found --- common_factories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_factories.py b/common_factories.py index 795e6dbb..116a7598 100644 --- a/common_factories.py +++ b/common_factories.py @@ -35,7 +35,7 @@ def run(self): if tests: test_args = ' '.join(tests) - self.setProperty('tests_to_run', test_args) + self.setProperty('tests_to_run', '--skip-not-found ' + test_args) return results.SUCCESS