diff options
-rw-r--r-- | pc/ChangeLog | 2 | ||||
-rw-r--r-- | pc/Makefile.tst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index f7af4fe7..1b9e50b4 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -3,6 +3,8 @@ * Makefile.tst (jarebug): Don't announce a MinGW failure. (mpfr-tests, shlib-tests): Fix the command to not fail due to a second "@". Reported by Scott Deifik <scottd.mail@sbcglobal.net>. + (clean-local): Remove readdir_test.ok, for the case that the test + failed. 2017-09-18 Juan Manuel Guerrero <juan.guerrero@gmx.de> diff --git a/pc/Makefile.tst b/pc/Makefile.tst index b2bf2e67..a3db5e60 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -3128,7 +3128,7 @@ Maketests: $(srcdir)/Makefile.am $(srcdir)/Gentests clean-local: rm -fr _* core core.* fmtspcl.ok junk strftime.ok test1 test2 \ seq *~ readfile.ok fork.tmp.* testext.awk fts.ok readdir.ok \ - mmap8k.ok profile1.ok + mmap8k.ok profile1.ok readdir_test.ok # An attempt to print something that can be grepped for in build logs pass-fail: |