git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39507a3
)
Return additional detailed results file
author
Jeremy Harris
<jgh@wizmail.org>
Sat, 19 Nov 2016 22:21:54 +0000
(22:21 +0000)
committer
Jeremy Harris
<jgh@wizmail.org>
Sat, 19 Nov 2016 22:21:54 +0000
(22:21 +0000)
run_build
patch
|
blob
|
history
diff --git
a/run_build
b/run_build
index c5584c92b1108c9cf34b69aa7520fb1c0b0cdc84..2ffc6eb4b022567c71b6d327b1723acac866437a 100755
(executable)
--- a/
run_build
+++ b/
run_build
@@
-1062,6
+1062,10
@@
sub make_test
if ($verbose > 1);
send_result('Test',$status,\@makeout) if $status;
+
+ @makelog = `cat $exim/test/run-summary.log`;
+ send_result('Test-results',$status,\@makeout) if $status;
+
$steps_completed .= " Test";
}