Skip to content

Commit

Permalink
work in /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Feb 1, 2024
1 parent d2dfd83 commit dc9941e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testing-farm/tests/old-testsuite/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash -eux

cd ../../../mock
# Copy files so the 'mockbuild' user has the full access
workdir=$(mktemp -d --suffix=-mock-old-tests)
rsync -rav ../../../ "$workdir"
chown -Rv mockbuild:mockbuild "$workdir"

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

0 comments on commit dc9941e

Please sign in to comment.