On 10/05/2019 12.48, Thomas Huth wrote: [...] > > I think the "make check" mode should only print out one time for each > test, preferable at the end, like the other tests (like qtests) are > doing it...?
s/preferable at the end/preferably at the beginning/ ... I think the makefile rules for the other tests are printing out " TEST xyz" *before* the test is started. And the iotests "check" script should do the same. Thomas