diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 06a2fb9ce31..1e76675ac76 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -136,7 +136,7 @@ $(foreach test,${TESTS},$(eval $(call test_template,${test}))) | |||
| 136 | 136 | ||
| 137 | ## Re-run all the tests every time. | 137 | ## Re-run all the tests every time. |
| 138 | check: | 138 | check: |
| 139 | -@for f in *.log; do test ! -f $$f || mv $$f $$f~; done | 139 | -@for f in $(LOGFILES); do test ! -f $$f || mv $$f $$f~; done |
| 140 | @${MAKE} check-maybe | 140 | @${MAKE} check-maybe |
| 141 | 141 | ||
| 142 | ## Only re-run tests whose .log is older than the test. | 142 | ## Only re-run tests whose .log is older than the test. |