You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Remove test.pl --vm-host option.
This option was once used to optimize bin builds but has been defunct for some time.
This commit is contained in:
@@ -52,7 +52,6 @@ sub new
|
||||
$self->{strTestPath},
|
||||
$self->{oTest},
|
||||
$self->{bDryRun},
|
||||
$self->{strVmHost},
|
||||
$self->{bVmOut},
|
||||
$self->{iVmIdx},
|
||||
$self->{iVmMax},
|
||||
@@ -87,7 +86,6 @@ sub new
|
||||
{name => 'strTestPath'},
|
||||
{name => 'oTest'},
|
||||
{name => 'bDryRun'},
|
||||
{name => 'strVmHost'},
|
||||
{name => 'bVmOut'},
|
||||
{name => 'iVmIdx'},
|
||||
{name => 'iVmMax'},
|
||||
@@ -737,7 +735,6 @@ sub run
|
||||
($self->{oTest}->{&TEST_CONTAINER} ? 'docker exec -i -u ' . TEST_USER . " ${strImage} " : '') .
|
||||
abs_path($0) .
|
||||
" --test-path=${strVmTestPath}" .
|
||||
" --vm-host=$self->{strVmHost}" .
|
||||
" --vm=$self->{oTest}->{&TEST_VM}" .
|
||||
" --vm-id=$self->{iVmIdx}" .
|
||||
" --module=" . $self->{oTest}->{&TEST_MODULE} .
|
||||
|
Reference in New Issue
Block a user