Modify test log level

This commit is contained in:
Christophe Maudoux 2018-06-28 18:59:57 +02:00
parent 6906efb800
commit 73f66df1e2

View File

@ -11,7 +11,7 @@ BEGIN {
}
my $maintests = 20;
my $debug = 'debug';
my $debug = 'error';
my ( $issuer, $sp, $res );
my %handlerOR = ( issuer => [], sp => [] );