ADD: more tests

This commit is contained in:
Dominik Meyer 2024-01-02 23:44:31 +01:00
parent d76ad8da45
commit eabc37d23b
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ sub tryToConnect
my $user = $self->{user};
my $pass = $self->{pass};
$self->log(LOGDEBUG, "DSN try:" . $dsn);
my $dbh = DBI::connect($dsn, $user , $pass );
if ($dbh->err())