[
https://issues.apache.org/jira/browse/TS-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283400#comment-15283400
]
ASF subversion and git services commented on TS-4442:
-----------------------------------------------------
Commit d09b9a24c0a6ae9aef6ab89dcbad6c16b34b2a54 in trafficserver's branch
refs/heads/jpeach/coverage from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=d09b9a2 ]
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)