# First now we test the scripts
my @testitems = @Support::Files::testitems;
-my %warnings;
+#my %warnings;
my $verbose = $::ENV{TEST_VERBOSE};
my $perlapp = $^X;
my $loginfo=`$command`;
#print '@@'.$loginfo.'##';
if ($loginfo =~ /syntax ok$/im) {
- $warnings{$_} = 1 foreach ($loginfo =~ /\((W.*?)\)/mg);
- if ($1) {
+# $warnings{$_} = 1 foreach ($loginfo =~ /\((W.*?)\)/mg);
+ if ($loginfo ne "$file syntax OK\n") {
if ($verbose) { print STDERR $loginfo; }
ok(0,$file."--WARNING");
} else {
+
+
+
+
+
+