1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Regression tests can now be run as any properly-configured user, not just vagrant.

This commit is contained in:
David Steele
2016-10-01 13:39:44 -04:00
parent 198e498b41
commit 1491862716
38 changed files with 884 additions and 850 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ Vagrant.configure(2) do |config|
apt-get install -y vim htop
# Install Texlive
apt-get install -y texlive texlive-latex-extra
apt-get install -y texlive
apt-get install -y --no-install-recommends texlive-latex-extra
# Create backrest user and postgres group
groupadd -g5000 postgres