testing-farm: a bit less verbose old-testsuite output

This commit is contained in:
Pavel Raiskup 2024-02-06 17:34:53 +01:00
parent c625e547ae
commit c5f2f63714
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# The Mock's test-suite is designed for the mockbuild users. Copy files to a
# separate directory where the 'mockbuild' user has a full access.
workdir=$(mktemp -d --suffix=-mock-old-tests)
rsync -rav ../../../ "$workdir"
chown -Rv mockbuild:mockbuild "$workdir"
rsync -ra ../../../ "$workdir"
chown -R mockbuild:mockbuild "$workdir"
# TODO: Mock should work with 'rw-------' files too.
# https://github.com/rpm-software-management/mock/issues/1300