From: Ian Jackson Date: Sun, 20 Oct 2019 13:54:38 +0000 (+0100) Subject: tests: Print subdir in summary output too X-Git-Tag: v0.5.0~45 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=377e96b575194e4f91befc8077dd0958f114918e;p=secnet.git tests: Print subdir in summary output too Now we have multiple subdirs the output might be interleaved. Signed-off-by: Ian Jackson --- diff --git a/test-common.make.in b/test-common.make.in index 8864bf5..6147bb5 100644 --- a/test-common.make.in +++ b/test-common.make.in @@ -22,7 +22,7 @@ d-%/ok: $(srcdir)/t-% $(DEPS) @export SECNET_TEST_BUILDDIR=$(topbuilddir); \ cd $(topdir) && \ $(TESTDIR)/t-$* >$(topbuilddir)/$(TESTDIR)/d-$*/log 2>&1 - @printf "$* " + @printf "$(TESTDIR)/$* " @touch $@ clean: