tests: return the proper TAP exit code
[babeltrace.git] / tests / ctf-writer / ctf_writer.c
index af51363bf5a8e27682782601017f41bb175753df..cbb0353a9a9f6961ee189928f9e77b19f938a9d8 100644 (file)
@@ -2078,5 +2078,5 @@ int main(int argc, char **argv)
        g_free(trace_path);
        g_free(metadata_path);
 
-       return 0;
+       return exit_status();
 }
This page took 0.023491 seconds and 4 git commands to generate.