MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / run_command

Function run_command

Tester.py:35–37  ·  view source on GitHub ↗
(cmd: list, cwd=None)

Source from the content-addressed store, hash-verified

33
34def write_failure(path: Path, proc) -> None:
35 path.write_text(
36 f"STDOUT:\n{proc.stdout}\n\nSTDERR:\n{proc.stderr}",
37 encoding="utf-8",
38 )
39
40

Callers 3

build_rust_codeFunction · 0.70
process_binary_testFunction · 0.70
process_integration_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected