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 769f93135b258c5c308b1ea53e06879a72a23272..98c8c624251631c2d9d03a1baa06597556a3e084 100644 (file)
@@ -71,7 +71,8 @@ my %command = (
     PLCHECK => \&plcheck,
     INSTALLCHECK => \&installcheck,
     ECPGCHECK => \&ecpgcheck,
-    CONTRIBCHECK => \&contribcheck
+    CONTRIBCHECK => \&contribcheck,
+   ISOLATIONCHECK => \&isolationcheck,
 );
 
 my $proc = $command{$what};