Commit 54aa9e8
committed
[fuchsia-test-runner] Remove runner logs from stdout and stderr
Many tests use stdout and stderr to validate whether the test emitted
the correct output. Because fuchsia-test-runner.py was sending all
logs, including test output, to stdout, tests could not validate
output properly.
This change removes the runner logs from stdout and stderr entirely
with the exception of output from the test. All runner logs are still
available in the "log" file.
Fixed: https://fxbug.dev/3513564171 parent 1086aff commit 54aa9e8
1 file changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | 274 | | |
282 | 275 | | |
283 | 276 | | |
| |||
927 | 920 | | |
928 | 921 | | |
929 | 922 | | |
930 | | - | |
| 923 | + | |
931 | 924 | | |
932 | 925 | | |
933 | 926 | | |
934 | 927 | | |
935 | 928 | | |
936 | 929 | | |
937 | 930 | | |
938 | | - | |
| 931 | + | |
939 | 932 | | |
940 | 933 | | |
941 | 934 | | |
| |||
0 commit comments