From: Holger Hans Peter Freyther Date: Wed, 17 Jul 2013 14:29:55 +0000 (+0200) Subject: test: Keep the test-suite.log around in case of a test failure X-Git-Tag: v206~46 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c2654883624885696edccd2a202873998ec208f1 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. --- 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