We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8529699 commit 34495a7Copy full SHA for 34495a7
commit0/harness/run_pytest_ids.py
@@ -134,7 +134,7 @@ def main(
134
)
135
close_logger(logger)
136
pytest_exit_code = Path(log_dir / "pytest_exit_code.txt").read_text().strip()
137
- sys.exit(pytest_exit_code)
+ sys.exit(int(pytest_exit_code))
138
except EvaluationError as e:
139
error_msg = (
140
f"Error in running pytest for {repo_name}: {e}\n"
0 commit comments