From c2654883624885696edccd2a202873998ec208f1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 17 Jul 2013 16:29:55 +0200 Subject: [PATCH] test: Keep the test-suite.log around in case of a test failure 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 7e6361c2e..c4b9b1ad2 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 -- 2.30.2