OSDN Git Service

Add missing check function lookup.
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 15 May 2011 22:03:19 +0000 (18:03 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 15 May 2011 22:03:19 +0000 (18:03 -0400)
src/tools/msvc/vcregress.pl

index 769f931..98c8c62 100644 (file)
@@ -71,7 +71,8 @@ my %command = (
     PLCHECK => \&plcheck,
     INSTALLCHECK => \&installcheck,
     ECPGCHECK => \&ecpgcheck,
-    CONTRIBCHECK => \&contribcheck
+    CONTRIBCHECK => \&contribcheck,
+       ISOLATIONCHECK => \&isolationcheck,
 );
 
 my $proc = $command{$what};