mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	travis: Use seed 4 when running ssl-opt.sh
Seed 4 has been shown to result in a DTLS proxy that works more often than not. This should help reduce the flakiness we observe from Travis CI runs.
This commit is contained in:
		
							parent
							
								
									7e2cda1d67
								
							
						
					
					
						commit
						bb2ce8a6a8
					
				@ -23,7 +23,7 @@ script:
 | 
				
			|||||||
- make test
 | 
					- make test
 | 
				
			||||||
- programs/test/selftest
 | 
					- programs/test/selftest
 | 
				
			||||||
- OSSL_NO_DTLS=1 tests/compat.sh
 | 
					- OSSL_NO_DTLS=1 tests/compat.sh
 | 
				
			||||||
- tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
 | 
					- tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl' --seed 4
 | 
				
			||||||
- tests/scripts/test-ref-configs.pl
 | 
					- tests/scripts/test-ref-configs.pl
 | 
				
			||||||
- tests/scripts/curves.pl
 | 
					- tests/scripts/curves.pl
 | 
				
			||||||
- tests/scripts/key-exchanges.pl
 | 
					- tests/scripts/key-exchanges.pl
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user