X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/173186612f8c03c4f1f38ddaf242f7bba2fa9d75..8317fdf49404110c9f15c93d469c83e5bb0235e7:/t/001compile.t diff --git a/t/001compile.t b/t/001compile.t index 6b814abfc..5289a2d28 100644 --- a/t/001compile.t +++ b/t/001compile.t @@ -74,10 +74,7 @@ foreach my $file (@testitems) { if (-l $file) { ok(1, "$file is a symlink"); } else { - local $TODO; - $TODO = 'schema updates are not required to be strict now' if $file =~ m{^sql/Pg-upgrade2}; - - my $command = "$perlapp -c$T -I modules/fallback -I modules/override $file 2>&1"; + my $command = "$perlapp -w -c$T -Imodules/fallback -Imodules/override -It -MSupport::CanonialGlobals $file 2>&1"; my $loginfo=`$command`; if ($loginfo =~ /syntax ok$/im) {