t/Makefile: retain cache t/.prove across prove runs
commit60f26f634875b8fd2e8172ecf8c81d885c3d82f7
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 2 May 2012 15:31:52 +0000 (2 17:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 May 2012 21:19:18 +0000 (20 14:19 -0700)
tree68f1bf3b7d8a8533e3dd6305433ee192f14bc3c3
parente8dde3e5f9ddb7cf95a6ff3cea6cf07c3a2db80d
t/Makefile: retain cache t/.prove across prove runs

prove(1) can write a summary of its test results and timings into a
cache file, t/.prove, then use this information during later runs for
various purposes.  But deleting t/.prove after every test run defeats
this purpose.  So do not delete t/.prove as part of "make
DEFAILT_TEST_TARGET=prove test".  (Continue to delete the file on
"make clean".)

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile