Makefile: quiet rsync use in testing

This commit is contained in:
Brian C. Lane 2020-11-17 10:58:13 -08:00 committed by Brian C. Lane
parent c0ec02b3ed
commit 5ae6dce983
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ local:
@echo "The archive is in $(PKGNAME)-$(VERSION).tar.gz"
test-in-copy:
rsync -aP --exclude=.git /lorax-ro/ /lorax/
rsync -a --exclude=.git /lorax-ro/ /lorax/
make -C /lorax/ $(RUN_TESTS)
cp /lorax/.coverage /test-results/