tests/lib/test_ctf_writer.c: open trace with `-o dummy` to make it faster
[babeltrace.git] / tests / lib / test_ctf_writer.c
index 829d8adbe9eaf89a311e01502daf9d54d2e97f44..99783406e366fd66d2384fa2b9dafeb54d79647a 100644 (file)
@@ -100,7 +100,7 @@ void validate_trace(char *parser_path, char *trace_path)
        int ret = 0;
        gchar *standard_error = NULL;
        gint exit_status;
-       char *argv[] = {parser_path, trace_path, NULL};
+       char *argv[] = {parser_path, trace_path, "-o", "dummy", NULL};
 
        if (!parser_path || !trace_path) {
                ret = -1;
This page took 0.022701 seconds and 4 git commands to generate.