(line: str)
| 660 | print("Augmented subprocess PATH using interactive shell/common tool directories.") |
| 661 | |
| 662 | def safe_write_main(line: str) -> None: |
| 663 | with main_log_lock: |
| 664 | write_main_log_line(main_log, line) |
| 665 | |
| 666 | def run_single(example: ExampleScript) -> ExampleResult: |
| 667 | relpath = example.relpath |
no test coverage detected