You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Remove test point infrastructure.
82df7e6fand9856fef5updated tests that used test points in preparation for the feature not being available in the C code. Since tests points are no longer used remove the infrastructure. Also remove one stray --test option in mock/all that was essentially a noop but no longer works now that the option has been removed.
This commit is contained in:
		| @@ -574,7 +574,7 @@ sub end | ||||
|     my $strTestDone = $self->{oProcess}{test}; | ||||
|     my $iTestDoneIdx = $self->{oProcess}{idx}; | ||||
|  | ||||
|     my $iExitStatus = $oExecDone->end(undef, $self->{iVmMax} == 1); | ||||
|     my $iExitStatus = $oExecDone->end($self->{iVmMax} == 1); | ||||
|  | ||||
|     if (defined($iExitStatus)) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user