-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit 1621776
test: gather all output before going on with tests
Wait for consumer thread to collect all output before returning from
command line run. This patch avoid a race condition (the test output
is checked before all the output is actually collected).1 parent ea25c35 commit 1621776
1 file changed
+9
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 | - | ||
90 | - | ||
89 | + | ||
90 | + | ||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 | - | ||
96 | + | ||
97 | + | ||
98 | + | ||
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
| |||
107 | 109 |
| |
108 | 110 |
| |
109 | 111 |
| |
110 | - | ||
111 | - | ||
112 | + | ||
113 | + | ||
112 | 114 |
| |
115 | + | ||
116 | + | ||
113 | 117 |
| |
114 | 118 |
| |
115 | 119 |
| |
|
0 commit comments