From 377e96b575194e4f91befc8077dd0958f114918e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Oct 2019 14:54:38 +0100 Subject: [PATCH] tests: Print subdir in summary output too Now we have multiple subdirs the output might be interleaved. Signed-off-by: Ian Jackson --- test-common.make.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2