tests: return the proper TAP exit code
[lttng-tools.git] / tests / regression / tools / notification / rotation.c
index 11768fd81998ca96afc620bcf910a28395261baf..b8089d5c96b9f0492895b1fc776a9faa6d952cbc 100644 (file)
@@ -409,5 +409,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.023319 seconds and 4 git commands to generate.