emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c82aefc: ; Fix error in last commit


From: Michael Albinus
Subject: [Emacs-diffs] master c82aefc: ; Fix error in last commit
Date: Tue, 12 Jan 2016 09:46:51 +0000

branch: master
commit c82aefc6c45faadc2a0d6a7ffa0f2f6bd3709d62
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix error in last commit
---
 test/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 388ea53..e8b1431 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:
-       address@hidden f in *.log; do test ! -f $$f || mv $$f $$f~; done
+       address@hidden 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]