summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-03 07:31:09 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-03 07:31:11 +0100
commit7bed50ebbcdf503896de776c0c70656b3dfeea7e (patch)
tree359c2476400d25677f94b5099ce57b9ddcbdaf9a /tests/Makefile
parent89108c5f44ad57febbb24a28d605a5c6322d14c2 (diff)
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 <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 8494284..88bc0a0 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