From: Brian Warner Date: Thu, 12 Feb 2009 01:09:13 +0000 (-0700) Subject: Makefile: include the figleaf pickle in the uploaded coverage data, for later differe... X-Git-Tag: allmydata-tahoe-1.3.0~27 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=020715c8e7cb1921328fa5c1d01c561dfff762e2;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: include the figleaf pickle in the uploaded coverage data, for later differential analysis --- diff --git a/Makefile b/Makefile index 92ced4c6..3671ad1f 100644 --- a/Makefile +++ b/Makefile @@ -146,6 +146,7 @@ $(error COVERAGEDIR must be set when using UPLOAD_TARGET) endif upload-figleaf: + cp .figleaf coverage-html/figleaf.pickle rsync -a coverage-html/ $(UPLOAD_TARGET) ssh $(UPLOAD_HOST) make update-tahoe-figleaf COVERAGEDIR=$(COVERAGEDIR) else