tests: return the proper TAP exit code
[lttng-tools.git] / tests / regression / tools / notification / rotation.c
index 5554f631adcaea8447ec57bbe24a9dc11d333366..dad2e4a1dd7a51d2ef6391765a17ba9a4a02664a 100644 (file)
@@ -424,5 +424,5 @@ int main(int argc, const char *argv[])
 error:
        lttng_notification_channel_destroy(notification_channel);
        lttng_rotation_handle_destroy(rotation_handle);
-       return ret;
+       return exit_status();
 }
This page took 0.023071 seconds and 4 git commands to generate.