Skip to content
Snippets Groups Projects
Commit 20bacc95 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Add missing check function lookup.

parent 840826e3
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,8 @@ my %command = (
PLCHECK => \&plcheck,
INSTALLCHECK => \&installcheck,
ECPGCHECK => \&ecpgcheck,
CONTRIBCHECK => \&contribcheck
CONTRIBCHECK => \&contribcheck,
ISOLATIONCHECK => \&isolationcheck,
);
my $proc = $command{$what};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment