mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	ssl-opt.sh: Preserve proxy log, too, if --preserve-logs is specified
This commit is contained in:
		
							parent
							
								
									513815a38d
								
							
						
					
					
						commit
						4e1a9c17f2
					
				@ -682,6 +682,9 @@ run_test() {
 | 
			
		||||
    if [ "$PRESERVE_LOGS" -gt 0 ]; then
 | 
			
		||||
        mv $SRV_OUT o-srv-${TESTS}.log
 | 
			
		||||
        mv $CLI_OUT o-cli-${TESTS}.log
 | 
			
		||||
        if [ -n "$PXY_CMD" ]; then
 | 
			
		||||
            mv $PXY_OUT o-pxy-${TESTS}.log
 | 
			
		||||
        fi
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
    rm -f $SRV_OUT $CLI_OUT $PXY_OUT
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user