summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-08-09 09:41:39 +0100
committerSean Whitton <spwhitton@spwhitton.name>2018-08-09 09:41:39 +0100
commit49f82e7fe2131175d7c411b1016e42dcb435351d (patch)
tree581c57c05be4b782101c91008c73de0228410e4b /tests/Makefile
parent113bc577ce8a54f929a3790aedbce81ec320f0c0 (diff)
parent66d19f834577d2495c8255f042aff4d86d040049 (diff)
Merge tag 'debian/6.6' into stretch-bpo
dgit release 6.6 for unstable (sid) [dgit] [dgit distro=debian] # gpg: Signature made Sun 05 Aug 2018 10:43:37 BST # gpg: using RSA key 559AE46C2D6B6D3265E7CBA1E3E3392348B50D39 # gpg: Can't check signature: No public key
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