Skip to content

Commit

Permalink
testing-farm: a bit less verbose old-testsuite output
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Feb 9, 2024
1 parent c625e54 commit c5f2f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing-farm/tests/old-testsuite/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5f2f63

Please sign in to comment.