Skip to content

Commit

Permalink
cater for new "parser" robot option
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehmer committed May 7, 2023
1 parent 63aa563 commit 6ae1d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pabot/pabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@ def _options_for_rebot(options, start_time_string, end_time_string):
"maxassignlength",
"maxerrorlines",
"monitorcolors",
"parser",
"prerunmodifier",
"quiet",
"randomize",
Expand Down
1 change: 1 addition & 0 deletions tests/test_pabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ def test_rebot_conf(self):
"prerunmodifier",
"monitorcolors",
"language",
"parser",
]:
self.assertFalse(key in options, "%s should not be in options" % key)
else:
Expand Down

0 comments on commit 6ae1d0e

Please sign in to comment.