Commit bb774b8
authored
Fix incorrect test selection when -update if present (#4174)
## Why
If -update flag is present, the test runner does not select the right
subtest but picks the first one always. This made sense when all
subtests were expected to generate the same output but that's not the
case anymore. There is attempt to fix it by checking EnvVaryOutput but
that just makes it more confusing.
When debugging a test, it is sometimes useful to record output of
specific subtest as a comparison base.1 parent fe1b364 commit bb774b8
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | 336 | | |
347 | 337 | | |
348 | 338 | | |
| |||
0 commit comments