File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ my $socket_errors='(e|E)rror|FIXME|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand
3030my $openssl_errors =' (e|E)rror|FIXME|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem|(c|C)ommand not found' ;
3131my $json_errors =' (id".*:\s"scanProblem"|severity".*:\s"FATAL"|"Scan interrupted")' ;
3232
33+ # useful against "failed to flush stdout" messages
34+ STDOUT -> autoflush(1);
3335
3436die " Unable to open $prg " unless -f $prg ;
3537
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ my $openssl_out="";
2121my $socket_regex_bl =' (e|E)rror|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand not found' ;
2222my $openssl_regex_bl =' (e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem|(c|C)ommand not found' ;
2323
24+ # useful against "failed to flush stdout" messages
25+ STDOUT -> autoflush(1);
26+
2427# my $socket_json="";
2528# my $openssl_json="";
2629# $check2run="--jsonfile tmp.json $check2run";
You can’t perform that action at this time.
0 commit comments