From e93761ae8a48c2492c3eec035c82bc3dca5e634e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 26 Jul 2018 09:56:37 +0100 Subject: test suite: Drop dependency arrangement for tests/tmp run-all makes the directory now adays so this is not needed. It's going to be harmful for --progressive, since it would make make want to rerun things every time tests/tmp/ is updated. Signed-off-by: Ian Jackson --- tests/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 44b7458..d6f78dc 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,11 +9,7 @@ TESTNAMES := $(notdir $(TESTSCRIPTS)) all: $(foreach t,$(TESTNAMES),tests/tmp/$t.ok) @echo "ALL PASSED" -tests/tmp: - mkdir -p $@ - - -tests/tmp/%.ok: tests/tmp +tests/tmp/%.ok: ifeq ($(DGIT_TEST_RETRY_COUNT),) tests/tests/$* >tests/tmp/$*.log 2>&1 else -- cgit v1.2.3