Ensure that any command executed after the process we are trying to debug prints a correct and consistent exit status. Previously the exit code was being lost after the first time we printed that a process has exited. Additionally, certain commands would print the PID of the process and other would not. This change makes everything more correct and consistent. |
||
|---|---|---|
| .. | ||
| common_test.go | ||
| integration1_test.go | ||
| integration2_test.go | ||
| variables_test.go | ||