On Wed, Dec 16, 2020 at 04:42:59PM +0100, Alexander Bluhm wrote: > When debugging tests, it is useful to see the target name and which > output belongs to it. A lot of my tests have echo lines, but I > think this is better done in the framework. Then all tests behave > simmilar. I would remove the echos from the Makefiles afterwards.
Agreed. While it's not exactly perfect for libssl regress tests due to some suboptimal target names, I think it's an improvement (provided you remove superfluous echos, as intended). ok tb
