Skip to content

Commit

Permalink
Remove package build sudo into the container.
Browse files Browse the repository at this point in the history
By running this in the container we no longer need sudo on the host system for package builds.
  • Loading branch information
dwsteele committed Oct 15, 2019
1 parent 67dde73 commit f3b2189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.pl
Expand Up @@ -1074,8 +1074,8 @@ =head1 SYNOPSIS
executeTest("rsync -r --exclude .vagrant --exclude .git ${strBackRestBase}/ ${strBuildPath}/");
executeTest(
($strVm ne VM_NONE ? "docker exec -i test-build " : '') .
"bash -c 'cp -r /root/package-src/debian ${strBuildPath}' && sudo chown -R " . TEST_USER .
" ${strBuildPath}");
"bash -c 'cp -r /root/package-src/debian ${strBuildPath} && sudo chown -R " . TEST_USER .
" ${strBuildPath}'");

# Patch files in debian package builds
#
Expand Down

0 comments on commit f3b2189

Please sign in to comment.