tests: return the proper TAP exit code
[lttng-tools.git] / tests / unit / test_kernel_data.c
index 444ae86ae200aad7bb0ef2755465972678d06f8b..4ce6f6c745b0bdff5820227e1c26d0f7b573bb50 100644 (file)
@@ -191,6 +191,5 @@ int main(int argc, char **argv)
        test_create_kernel_event();
        test_create_kernel_stream();
 
-       /* Success */
-       return 0;
+       return exit_status();
 }
This page took 0.02356 seconds and 4 git commands to generate.