You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Fix test log message to match pg-version parameter name.
It was confusing that this part of the log message did not match the parameter name, which made reproducing test failures from CI a little harder.
This commit is contained in:
		| @@ -164,7 +164,7 @@ sub run | ||||
|             ', module=' . $self->{oTest}->{&TEST_MODULE} . | ||||
|             ', test=' . $self->{oTest}->{&TEST_NAME} . | ||||
|             (defined($self->{oTest}->{&TEST_RUN}) ? ', run=' . join(',', sort(@{$self->{oTest}->{&TEST_RUN}})) : '') . | ||||
|             (defined($self->{oTest}->{&TEST_DB}) ? ', db=' . $self->{oTest}->{&TEST_DB} : '') . | ||||
|             (defined($self->{oTest}->{&TEST_DB}) ? ', pg-version=' . $self->{oTest}->{&TEST_DB} : '') . | ||||
|             ($self->{iTry} > 1 ? ' (retry ' . ($self->{iTry} - 1) . ')' : ''); | ||||
|  | ||||
|         my $strImage = 'test-' . $self->{iVmIdx}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user