From: Michael Jeanson Date: Mon, 13 Jul 2020 19:22:35 +0000 (-0400) Subject: tests: return the proper TAP exit code X-Git-Tag: v2.13.0-rc1~489 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=bf746e7d3ca3d5769c6b72a87825dd94ae7238c8;hp=bf746e7d3ca3d5769c6b72a87825dd94ae7238c8;p=lttng-ust.git tests: return the proper TAP exit code The C TAP library provides the 'exit_status()' function that will return the proper exit code according to the number of tests that succeeded or failed. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: I786527dfa9cfe2d1a7c8bc80086d54186f60b4d9 ---