From c82aefc6c45faadc2a0d6a7ffa0f2f6bd3709d62 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 12 Jan 2016 10:46:39 +0100 Subject: [PATCH] ; Fix error in last commit --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5