Skip to content

Commit 3cab133

Browse files
committed
log extra info
1 parent a82c09b commit 3cab133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commit0/harness/run_pytest_ids.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def main(
173173
output, timed_out, total_runtime = context.exec_run_with_timeout(
174174
"/bin/bash /eval.sh"
175175
)
176+
logger.info(output)
176177
if timed_out:
177178
raise EvaluationError(
178179
repo_name,

0 commit comments

Comments
 (0)