Loading tests/runtests.pl +5 −1 Original line number Diff line number Diff line Loading @@ -621,7 +621,11 @@ sub singletest { if($errorcode || $res) { if($errorcode == $res) { if(!$short) { $errorcode =~ s/\n//; if($verbose) { print " received errorcode $errorcode OK"; } elsif(!$short) { print " error OK"; } } Loading Loading
tests/runtests.pl +5 −1 Original line number Diff line number Diff line Loading @@ -621,7 +621,11 @@ sub singletest { if($errorcode || $res) { if($errorcode == $res) { if(!$short) { $errorcode =~ s/\n//; if($verbose) { print " received errorcode $errorcode OK"; } elsif(!$short) { print " error OK"; } } Loading