Commit f1795de
authored
TestKit backend: run python with unbuffered stdout/err (#817)
Test TestKit backend gets killed forcefully (`SIGKILL`) by TestKit/docker.
Therefore, buffered stdout/stderr (default Python interpreter behavior) can lead
to the last bits of output missing in the log files.1 parent 98a99cc commit f1795de
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
0 commit comments