mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Explicitly specify exit code for "exit /b"
"exit /b" without an explicit exit value doesn't copy the value of the last command executed, causing issues on Jenkins. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
		
							parent
							
								
									9d1edb6224
								
							
						
					
					
						commit
						d2968bd122
					
				@ -1,9 +1,9 @@
 | 
				
			|||||||
@rem Generate automatically-generated configuration-independent source files
 | 
					@rem Generate automatically-generated configuration-independent source files
 | 
				
			||||||
@rem and build scripts.
 | 
					@rem and build scripts.
 | 
				
			||||||
@rem Perl and Python 3 must be on the PATH.
 | 
					@rem Perl and Python 3 must be on the PATH.
 | 
				
			||||||
perl scripts\generate_errors.pl || exit /b
 | 
					perl scripts\generate_errors.pl || exit /b 1
 | 
				
			||||||
perl scripts\generate_query_config.pl || exit /b
 | 
					perl scripts\generate_query_config.pl || exit /b 1
 | 
				
			||||||
perl scripts\generate_features.pl || exit /b
 | 
					perl scripts\generate_features.pl || exit /b 1
 | 
				
			||||||
perl scripts\generate_visualc_files.pl || exit /b
 | 
					perl scripts\generate_visualc_files.pl || exit /b 1
 | 
				
			||||||
python scripts\generate_psa_constants.py || exit /b
 | 
					python scripts\generate_psa_constants.py || exit /b 1
 | 
				
			||||||
python tests\scripts\generate_psa_tests.py || exit /b
 | 
					python tests\scripts\generate_psa_tests.py || exit /b 1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user