You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Don't require sudo to run tests with --vm=none.
Run these tests without sudo privileges on Travis to prevent regressions.
This commit is contained in:
@@ -182,6 +182,10 @@ eval
|
||||
processExec('sudo mkdir -p /tmp/pgbackrest && sudo chown root:root /tmp/pgbackrest && sudo chmod 700 /tmp/pgbackrest');
|
||||
processEnd();
|
||||
|
||||
processBegin('remove sudo');
|
||||
processExec('sudo rm /etc/sudoers.d/travis');
|
||||
processEnd();
|
||||
|
||||
$strVmHost = VM_U18;
|
||||
}
|
||||
# Else run tests that require a container
|
||||
|
||||
Reference in New Issue
Block a user