Skip to content

Commit

Permalink
DynamicSuiteItem: must define suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Mar 21, 2022
1 parent edba018 commit 892290e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pabot/execution_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def modify_options_for_executor(self, options):
variables = options.get("variable", [])[:]
variables.extend(self._variables)
options["variable"] = variables
options["suite"] = self.name


class DynamicTestItem(ExecutionItem):
Expand Down

0 comments on commit 892290e

Please sign in to comment.