build: don't drop the test suite log on failure

Fixes: 2198f73b0e
(cherry picked from commit 28505ae92b)
This commit is contained in:
Lubomir Rintel 2017-05-23 20:45:39 +02:00 committed by Thomas Haller
parent 21bc54e8c9
commit b755c8d266

View file

@ -4422,5 +4422,6 @@ cscope:
###############################################################################
.PRECIOUS: test-suite.log
.DELETE_ON_ERROR:
.PHONY: cscope dist-configure-check $(check_local) $(dist_hook)