1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-03 00:26:59 +02:00

Allow mock integration tests for all VM types.

Previously the mock integration tests would be skipped for VMs other than the standard four used in CI.  Now VMs outside the standard four will run the same tests as VM4 (currently U18).
This commit is contained in:
David Steele
2019-11-02 10:35:48 +01:00
parent b3e5d88304
commit 8b682b75d2
6 changed files with 22 additions and 5 deletions

View File

@ -85,7 +85,7 @@ sub run
)
{
# Only run tests for this vm
next if ($rhRun->{vm} ne $self->vm());
next if ($rhRun->{vm} ne vmTest($self->vm()));
# Increment the run, log, and decide whether this unit test should be run
my $bS3 = $rhRun->{s3};