File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
acceptance/selftest/kill_caller Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ New = '[PROCESS_KILLED]'
1515# On Windows, there's no "Killed" message - just empty line before Exit code
1616# Insert [PROCESS_KILLED] placeholder for consistency
1717Old = ' (\n>>> errcode [^\n]+\n)\nExit code:'
18- New = ' ${1}[PROCESS_KILLED]\n\nExit code:'
18+ New = """ ${1}[PROCESS_KILLED]
19+
20+ Exit code:"""
1921
2022[[Repls ]]
2123# Normalize exit code: 137 on Unix (128 + SIGKILL), 1 on Windows
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ New = '[PROCESS_KILLED]'
1616# On Windows, there's no "Killed" message - just empty line before Exit code
1717# Insert [PROCESS_KILLED] placeholder for consistency
1818Old = ' (\n>>> errcode [^\n]+\n)\nExit code:'
19- New = ' ${1}[PROCESS_KILLED]\n\nExit code:'
19+ New = """ ${1}[PROCESS_KILLED]
20+
21+ Exit code:"""
2022
2123[[Repls ]]
2224# Normalize exit code: 137 on Unix (128 + SIGKILL), 1 on Windows
You can’t perform that action at this time.
0 commit comments