Skip to content

Commit 5c403d9

Browse files
committed
fix: update autobisect to v8.7.1
1 parent dfb2219 commit 5c403d9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Topic :: Software Development :: Testing"
1919
]
2020
dependencies = [
21-
"autobisect (>=8.7.0,<9.0.0)",
21+
"autobisect (>=8.7.1,<9.0.0)",
2222
"bugsy @ git+https://github.com/AutomatedTester/Bugsy.git",
2323
"fuzzfetch (>=11.0.1,<12.0.0)",
2424
"typing-extensions>=4.2.0,<5.0.0"

src/bugmon/evaluator_configs/browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def iterate(
103103
prefs=pref_path,
104104
repeat=10,
105105
relaunch=1,
106+
scan_dir=True,
106107
use_harness=use_harness,
107108
)
108109

0 commit comments

Comments
 (0)