Skip to content

Commit aef0421

Browse files
committed
add
1 parent 771bf4c commit aef0421

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eval_protocol/pytest/plugin.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ def pytest_addoption(parser) -> None:
133133
default=None,
134134
help=("If set, use this base URL for remote rollout processing. Example: http://localhost:8000"),
135135
)
136+
group.addoption(
137+
"--ep-no-persist-results-jsonl",
138+
action="store_true",
139+
default=False,
140+
help=("Disable persisting results as jsonl files. Default: false (results are persisted by default)."),
141+
)
136142

137143

138144
def _normalize_max_rows(val: Optional[str]) -> Optional[str]:

0 commit comments

Comments
 (0)