[systemd-devel] [PATCH 1/2] test: Keep the test-suite.log around in case of a test failure
Holger Hans Peter Freyther
holger at freyther.de
Wed Jul 17 07:29:55 PDT 2013
From: Holger Hans Peter Freyther <holger at moiji-mobile.com>
The addition of .DELETE_ON_ERROR will lead to the removal of the
test-suite.log in case of a test failure. Mark the rule as PRECIOUS
to keep that file around.
---
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 7e6361c..c4b9b1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,9 @@ SUBDIRS = . po
# keep intermediate files
.SECONDARY:
+# Keep the test-suite.log
+.PRECIOUS: $(TEST_SUITE_LOG)
+
LIBUDEV_CURRENT=4
LIBUDEV_REVISION=6
LIBUDEV_AGE=3
--
1.8.3.2
More information about the systemd-devel
mailing list