Skip to content

Commit

Permalink
use ./mtr --skip-not-found
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Dec 27, 2023
1 parent 06877bc commit 881e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 881e6a8

Please sign in to comment.