From: Michael Albinus Date: Tue, 12 Jan 2016 09:46:39 +0000 (+0100) Subject: ; Fix error in last commit X-Git-Tag: emacs-26.0.90~2819^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c82aefc6c45faadc2a0d6a7ffa0f2f6bd3709d62;p=emacs.git ; Fix error in last commit --- diff --git a/test/Makefile.in b/test/Makefile.in index 388ea5397f9..e8b14319549 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -148,7 +148,7 @@ check-expensive: ## Re-run all the tests every time. .PHONY: check-doit check-doit: - -@for f in *.log; do test ! -f $$f || mv $$f $$f~; done + -@for f in $(LOGFILES); do test ! -f $$f || mv $$f $$f~; done @${MAKE} check-maybe ## Only re-run tests whose .log is older than the test.