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.
This commit is contained in:
Holger Hans Peter Freyther 2013-07-17 16:29:55 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 059b7a9aad
commit c265488362
1 changed files with 3 additions and 0 deletions

View File

@ -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