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:
30d73b2
)
typo
author
Jeremy Harris
<jgh@wizmail.org>
Sat, 19 Nov 2016 22:32:08 +0000
(22:32 +0000)
committer
Jeremy Harris
<jgh@wizmail.org>
Sat, 19 Nov 2016 22:32:08 +0000
(22:32 +0000)
run_build
patch
|
blob
|
history
diff --git
a/run_build
b/run_build
index 2ffc6eb4b022567c71b6d327b1723acac866437a..10b32a69bf3b9d6ac2ca5e9cf62b4bbaeb3f30eb 100755
(executable)
--- a/
run_build
+++ b/
run_build
@@
-1063,7
+1063,7
@@
sub make_test
send_result('Test',$status,\@makeout) if $status;
- @make
log
= `cat $exim/test/run-summary.log`;
+ @make
out
= `cat $exim/test/run-summary.log`;
send_result('Test-results',$status,\@makeout) if $status;
$steps_completed .= " Test";