Display problem if failed

This commit is contained in:
Xavier Guimard 2016-01-07 12:34:29 +00:00
parent fbf1226710
commit c83cf62e2b

View File

@ -23,7 +23,7 @@ ok(
dbiUser => 'lemonldap-ng',
}
)
);
) or print STDERR "Error: $Lemonldap::NG::Common::Conf::msg\n";;
ok( $h->can('_dbh') );