You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	C test harness refactor.
Consolidate setting configuration into hrnInit() and rename other functions for consistency. Split out internal functions into a new header.
This commit is contained in:
		| @@ -413,7 +413,7 @@ sub run | ||||
|  | ||||
|                     $strTestInit .= | ||||
|                         (defined($strTestInit) ? "\n    " : '') . | ||||
|                         sprintf("testAdd(%3d, %8s);" , $iTestIdx, ($bSelected ? 'true' : 'false')); | ||||
|                         sprintf("hrnAdd(%3d, %8s);" , $iTestIdx, ($bSelected ? 'true' : 'false')); | ||||
|                 } | ||||
|  | ||||
|                 $strTestC =~ s/\{\[C\_TEST\_LIST\]\}/$strTestInit/g; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user