Skip to content

Commit

Permalink
no dialect means something went wrong. return undef
Browse files Browse the repository at this point in the history
  • Loading branch information
real-dam committed Sep 20, 2011
1 parent 9c5d598 commit 278accf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/tests-setup.pl
Expand Up @@ -454,6 +454,7 @@ sub check_database {

unless (defined $dialect) {
print "No dialect?\n";
return;
}
else {
print "Dialect is $dialect\n";
Expand Down

0 comments on commit 278accf

Please sign in to comment.