X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F001compile.t;h=5289a2d2820ba65b9b1125cc193773b294331b92;hb=5ce99992a783b03eca2a382fe76a6e01d7ad724f;hp=6b814abfc6a9527d2ec3e166b654920b5d92b1b6;hpb=173186612f8c03c4f1f38ddaf242f7bba2fa9d75;p=kivitendo-erp.git 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) {