chiark / gitweb /
test suite: gdr-unprocessable: new test
[dgit.git] / tests / Makefile
index d6f78dc819a4cb63bd3e7d6a8d0ce8d91fc502f4..84942848feb7f7d1e347cb321e05bc3a5e355b2c 100644 (file)
@@ -7,7 +7,7 @@ TESTSCRIPTS ?= $(shell tests/enumerate-tests)
 TESTNAMES := $(notdir $(TESTSCRIPTS))
 
 all: $(foreach t,$(TESTNAMES),tests/tmp/$t.ok)
-       @echo "ALL PASSED"
+       @echo "ALL PASSED$${DGIT_TESTS_PROGRESSIVE+ AT SOME POINT}"
 
 tests/tmp/%.ok:
 ifeq ($(DGIT_TEST_RETRY_COUNT),)
@@ -21,3 +21,4 @@ else
                echo >&2 "[$$retry] $* TEST FAILED $$rc";               \
        done; exit $$rc
 endif
+       @touch $@