Skip to content

Commit

Permalink
tests: work-around for test failure rpm-software-management#1300
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Feb 1, 2024
1 parent e58c740 commit 082e983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing-farm/tests/old-testsuite/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ workdir=$(mktemp -d --suffix=-mock-old-tests)
rsync -rav ../../../ "$workdir"
chown -Rv mockbuild:mockbuild "$workdir"

# TODO: Mock should work with 'rw-------' files too.
# https://github.com/rpm-software-management/mock/issues/1300
chmod a+r "$workdir/mock/integration-tests"/test-*

# Install the tested RPMs
install-mock-packages-built-by-packit mock-core-configs mock

Expand Down

0 comments on commit 082e983

Please sign in to comment.