groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/10: Makefile.am: Don't delete test log on failures.


From: G. Branden Robinson
Subject: [groff] 01/10: Makefile.am: Don't delete test log on failures.
Date: Sat, 25 Sep 2021 10:36:04 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 2d07e05a541d1fe74819031abf422979a18ab48f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Sep 24 17:04:36 2021 +1000

    Makefile.am: Don't delete test log on failures.
    
    * Makefile.am: Mark `$(TEST_SUITE_LOG)` as `.PRECIOUS`.  This prevents
      the test suite log from being deleted if there are any failures.
    
    Fixes <https://savannah.gnu.org/bugs/?61213>.  Thanks to Bjarni Ingi
    Gislason for the report, thus saving me from a certain TIA if I had come
    across it myself unexpectedly.
---
 ChangeLog   | 9 +++++++++
 Makefile.am | 1 +
 2 files changed, 10 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b5e657f..9006ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-09-24  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * Makefile.am: Mark `$(TEST_SUITE_LOG)` as `.PRECIOUS`.  This
+       prevents the test suite log from being deleted if there are any
+       failures.
+
+       Fixes <https://savannah.gnu.org/bugs/?61213>.  Thanks to Bjarni
+       Ingi Gislason for the report.
+
 2021-09-23  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * src/utils/grog/grog.pl (do_line): Move first-macro-call test
diff --git a/Makefile.am b/Makefile.am
index bbbe5f6..e139081 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -720,6 +720,7 @@ BUILT_SOURCES += defs.h
 BUILT_SOURCES += test-groff
 
 .DELETE_ON_ERROR:
+.PRECIOUS: $(TEST_SUITE_LOG)
 
 # if there is a name prefix we install the man pages by hand
 all: generate_man_files



reply via email to

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