Skip to content

Commit

Permalink
chore: update autobisect to v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Oct 20, 2022
1 parent bbaf3cf commit 0789bbc
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 407 deletions.
4 changes: 2 additions & 2 deletions bugmon/evaluator_configs/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class BrowserConfiguration(BugConfiguration):
def __init__(self, build_flags: BuildFlags, evaluator: BrowserEvaluator):
super().__init__(build_flags, evaluator)
self.params["entry_point"] = evaluator.testcase
self.params["use_harness"] = evaluator._use_harness
self.params["env_variables"] = evaluator._env_vars
self.params["use_harness"] = evaluator.use_harness
self.params["env_variables"] = evaluator.env_vars

@staticmethod
def iter_env(bug: EnhancedBug) -> Iterator[Dict[str, str]]:
Expand Down
Loading

0 comments on commit 0789bbc

Please sign in to comment.