|
Ran
|
Jobs
1
|
Files
53
|
Run time
5s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/seccomp/libseccomp/commit/<a class=hub.com/seccomp/libseccomp/commit/f679355a87d8e8ad5bc16d23e2a2e174a03a6f11">f679355a8<a href="https://github.com/seccomp/libseccomp/commit/f679355a87d8e8ad5bc16d23e2a2e174a03a6f11">">doc: don&#39;t return -1 from main in manpage examples It is custom for C functions to return a negative integer to denote an error. This should not be done with main() though, as the return value is used as an exit code, which is a byte (unsigned char), so return -1 becomes 255, which is unconventional. Fix examples where main returns -1 to return 1. Signed-off-by: Kir Kolyshkin &lt;kolyshkin@gmail.com&gt; Reviewed-by: Tom Hromatka &lt;tom.hromatka@oracle.com&gt; [PM: subject line tweaks] Signed-off-by: Paul Moore &lt;paul@paul-moore.com> (imported from commit </a><a class="double-link" href="https://github.com/seccomp/libseccomp/commit/<a class="double-link" href="https://github.com/seccomp/libseccomp/commit/6d5a0bb22c8162c167900a47d57ebdeeb22ff8c0">6d5a0bb22</a>">6d5a0bb22</a><a href="https://github.com/seccomp/libseccomp/commit/f679355a87d8e8ad5bc16d23e2a2e174a03a6f11">)
4370 of 4697 relevant lines covered (93.04%)
241753.49 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 855.1 (COVERITY_SCAN_TOKEN=[secure]) | 0 |
93.04 |
Travis Job 855.1 |