From 8e0045063225e63e81ebb8be6c4f11354248c563 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 17 Nov 2020 10:58:13 -0800 Subject: [PATCH] Makefile: quiet rsync use in testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a4981b6..2e04715f 100644 --- a/Makefile +++ b/Makefile @@ -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/