Commit 0a2c76d
committed
refactor(tools): stream unittest output live in run-unit-tests
Stop capturing subprocess stdout/stderr so each plugin's unittest
dots, failure tracebacks and summary ("OK" / "FAILED") are printed
live, matching the output of running `./run` by hand. Subprocess
stderr is redirected to stdout so the terminal does not color the
output red.1 parent 5967685 commit 0a2c76d
1 file changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
192 | | - | |
193 | 191 | | |
194 | 192 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | 193 | | |
203 | 194 | | |
204 | 195 | | |
| |||
0 commit comments