ust test: add missing return -1
[lttng-ust.git] / tests / ust-multi-test / ust-multi-test.c
index 965c34cd0acbcaec18ba589b5f2923b95bf60f40..6f277a2176f28e016be2588c875ea8065e1e7829 100644 (file)
@@ -872,6 +872,7 @@ end:
                ret = system(cmd);
                if (ret < 0) {
                        printf("Unable to clean %s\n", home_rundir);
+                       return -1;
                }
        }
 
This page took 0.023652 seconds and 4 git commands to generate.