[
https://issues.apache.org/jira/browse/TS-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283911#comment-15283911
]
ASF subversion and git services commented on TS-4442:
-----------------------------------------------------
Commit da4aa85d08af66e205923a7044fd5b90e8a90c3b in trafficserver's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=da4aa85 ]
TS-4442: Prefer exit() to _exit().
We should not be using _exit() unless the circumstances are really
exceptional. Replace all uses of _exit with exit(), except for
signal handlers and exec failures. This is necessary for emitting
code coverage data.
> Fix code coverage configuration.
> --------------------------------
>
> Key: TS-4442
> URL: https://issues.apache.org/jira/browse/TS-4442
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: James Peach
> Assignee: James Peach
> Fix For: 7.0.0
>
>
> {{\-\-enable-coverage}} is broken. We also need to stop using {{_exit}} since
> that prevents gov emitting coverage data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)