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

Move test definitions to test/define.yaml.

The location is better because it is no longer buried in the Perl test libs. Also, the data can be easily accessed from C.
This commit is contained in:
David Steele
2018-04-08 10:19:24 -04:00
parent b77b425096
commit 741acfd779
9 changed files with 765 additions and 943 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Perl Modules' && date
apt-get install -y libdbd-pg-perl libio-socket-ssl-perl libxml-libxml-perl libxml-checker-perl libperl-critic-perl \
libdevel-nytprof-perl libyaml-perl
libdevel-nytprof-perl libyaml-libyaml-perl
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Build Tools' && date