mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01:00 
			
		
		
		
	@@ -85,7 +85,7 @@ readonly PS4='|${LINENO}> \011${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
 | 
				
			|||||||
DEBUGTIME=${DEBUGTIME:-false}
 | 
					DEBUGTIME=${DEBUGTIME:-false}
 | 
				
			||||||
DEBUG_ALLINONE=${DEBUG_ALLINONE:-false}           # true: do debugging in one sceen (old behaviour for testssl.sh and bash3's default
 | 
					DEBUG_ALLINONE=${DEBUG_ALLINONE:-false}           # true: do debugging in one sceen (old behaviour for testssl.sh and bash3's default
 | 
				
			||||||
                                                  # false: needed for performance analysis or useful for just having an extra file
 | 
					                                                  # false: needed for performance analysis or useful for just having an extra file
 | 
				
			||||||
DEBUG_ALLINONE=${SETX=-false}                     # SETX as a shortcut for old style debugging, overriding DEBUG_ALLINONE
 | 
					DEBUG_ALLINONE=${SETX:-false}                     # SETX as a shortcut for old style debugging, overriding DEBUG_ALLINONE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if grep -q xtrace <<< "$SHELLOPTS"; then
 | 
					if grep -q xtrace <<< "$SHELLOPTS"; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user