typo
[buildfarm-client.git] / run_build
index b1c063f8a1c00ef1d03b9c346048bbcc5754be08..10b32a69bf3b9d6ac2ca5e9cf62b4bbaeb3f30eb 100755 (executable)
--- a/run_build
+++ b/run_build
@@ -72,6 +72,7 @@ BEGIN
             : 'xxxxxx'
         );
     }
+    push @INC, getcwd();
 }
 
 use EximBuild::SCM;
@@ -91,7 +92,6 @@ if (umask != 022) {
 
 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.
@@ -1062,6 +1062,10 @@ sub make_test
       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";
 }