Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions render_machine/actions/run_conformance_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ def execute(self, render_context: RenderContext, _previous_action_payload: Any |
return (
self.UNRECOVERABLE_ERROR_OUTCOME,
RenderError.encode(
message=conformance_tests_issue,
message="Conformance tests script failed due to problems in the environment setup. Please check your environment or update the script for running conformance tests.",
error_type="ENVIRONMENT_ERROR",
script=conformance_tests_script,
frid=render_context.conformance_tests_running_context.current_testing_frid,
issue=conformance_tests_issue,
).to_payload(),
)
Expand Down
Loading