: 'xxxxxx'
);
}
+ push @INC, getcwd();
}
use EximBuild::SCM;
my %module_hooks;
my $orig_dir = getcwd();
-push @INC, $orig_dir;
# make sure we exit nicely on any normal interrupt
# so the cleanup handler gets called.
if ($verbose > 1);
send_result('Test',$status,\@makeout) if $status;
+
+ @makeout = `cat $exim/test/run-summary.log`;
+ send_result('Test-results',$status,\@makeout) if $status;
+
$steps_completed .= " Test";
}