You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Use --clean-only for reproducible builds in contributing documentation.
If the work or result directories already contain data then the docs might be generated slightly differently. Doing a clean ensures they will always produce the same output (provided the code does not change).
This commit is contained in:
		| @@ -67,6 +67,13 @@ | ||||
|                 </exe-cmd> | ||||
|                 <exe-cmd-extra>-y 2>&1</exe-cmd-extra> | ||||
|             </execute> | ||||
|  | ||||
|             <!-- Clean so the tests give consistent output --> | ||||
|             <execute show="n"> | ||||
|                 <exe-cmd> | ||||
|                     pgbackrest/test/test.pl --clean-only | ||||
|                 </exe-cmd> | ||||
|             </execute> | ||||
|         </execute-list> | ||||
|  | ||||
|         <p>Some unit tests and all the integration test require <proper>Docker</proper>.  Running in containers allows us to simulate multiple hosts, test on different distributions and versions of <postgres/>, and use sudo without affecting the host system.</p> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user