Verbose, non-parallel tests generally print their output as they run, rather than after they finish. This however is not the case if stdout of the test is parsed as is the case for TAP and Rust tests. In this case, the output during the run is the list of the subtests, but stderr still has to be printed after the test finishes. Conflicts: mesonbuild/mtest.py [use harness.options.verbose instead of result.verbose]es/0.61-plus-cython
parent
46ff69e11d
commit
7534cf34f8
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue