aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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:
148## Re-run all the tests every time. 148## Re-run all the tests every time.
149.PHONY: check-doit 149.PHONY: check-doit
150check-doit: 150check-doit:
151 -@for f in *.log; do test ! -f $$f || mv $$f $$f~; done 151 -@for f in $(LOGFILES); do test ! -f $$f || mv $$f $$f~; done
152 @${MAKE} check-maybe 152 @${MAKE} check-maybe
153 153
154## Only re-run tests whose .log is older than the test. 154## Only re-run tests whose .log is older than the test.