Makefile: quiet rsync use in testing
This commit is contained in:
parent
e35410eec8
commit
8e00450632
2
Makefile
2
Makefile
@ -111,7 +111,7 @@ local:
|
|||||||
@echo "The archive is in $(PKGNAME)-$(VERSION).tar.gz"
|
@echo "The archive is in $(PKGNAME)-$(VERSION).tar.gz"
|
||||||
|
|
||||||
test-in-copy:
|
test-in-copy:
|
||||||
rsync -aP --exclude=.git /lorax-ro/ /lorax/
|
rsync -a --exclude=.git /lorax-ro/ /lorax/
|
||||||
make -C /lorax/ $(RUN_TESTS)
|
make -C /lorax/ $(RUN_TESTS)
|
||||||
cp /lorax/.coverage /test-results/
|
cp /lorax/.coverage /test-results/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user