Makefile: include the figleaf pickle in the uploaded coverage data, for later differential analysis

This commit is contained in:
Brian Warner 2009-02-11 18:09:13 -07:00
parent 8fd9cbe351
commit 020715c8e7

View File

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