Re: regress print target name

2020-12-17 Thread Theo Buehler
On Thu, Dec 17, 2020 at 12:01:25PM +0100, Alexander Bluhm wrote: > 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 small addition: > > Run setup_once targets in a sepearate blo

Re: regress print target name

2020-12-17 Thread Alexander Bluhm
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 small addition: Run setup_once targets in a sepearate block with headline before all other targets. ok? bluhm Index: share/mk/bsd.reg

Re: regress print target name

2020-12-16 Thread Claudio Jeker
On Wed, Dec 16, 2020 at 05:01:18PM +0100, Theo Buehler wrote: > 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

Re: regress print target name

2020-12-16 Thread Theo Buehler
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 t

regress print target name

2020-12-16 Thread Alexander Bluhm
Hi, 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. ok? bluhm Index: share/mk