Skip to content

Commit

Permalink
last-N-failed: remove duplicates from the test list
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jun 2, 2024
1 parent 12335ee commit 7207fbf
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 @@ -70,7 +70,7 @@ def run(self):
)

if tests:
test_args = " ".join(tests)
test_args = " ".join(set(tests))
self.setProperty("tests_to_run", test_args)

return results.SUCCESS
Expand Down

0 comments on commit 7207fbf

Please sign in to comment.