From 7bed50ebbcdf503896de776c0c70656b3dfeea7e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 3 Aug 2018 07:31:09 +0100 Subject: [PATCH 1/1] test suite: editing a test script overrides DGIT_TESTS_PROGRESSIVE. By making the script a dependency of the .ok stamp file. Signed-off-by: Ian Jackson --- debian/changelog | 1 + tests/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 70e21d5c..cb9f3df9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dgit (6.5~) unstable; urgency=medium * test suite: Add t-tstunt-parsechangelog to many gdr tests. + * test suite: editing a test script overrides DGIT_TESTS_PROGRESSIVE. -- diff --git a/tests/Makefile b/tests/Makefile index 84942848..88bc0a06 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,7 +9,7 @@ TESTNAMES := $(notdir $(TESTSCRIPTS)) all: $(foreach t,$(TESTNAMES),tests/tmp/$t.ok) @echo "ALL PASSED$${DGIT_TESTS_PROGRESSIVE+ AT SOME POINT}" -tests/tmp/%.ok: +tests/tmp/%.ok: tests/tests/% ifeq ($(DGIT_TEST_RETRY_COUNT),) tests/tests/$* >tests/tmp/$*.log 2>&1 else -- 2.30.2