gbranden pushed a commit to branch master
in repository groff.
commit 2d07e05a541d1fe74819031abf422979a18ab48f
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ * 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 <[email protected]>
* 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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit