Whamcloud - gitweb
LU-14264 tests: make PARALLEL available to all suites
[fs/lustre-release.git] / lustre / tests / check_fhandle_syscalls.c
index a6e8e01..63fbc26 100644 (file)
@@ -118,7 +118,7 @@ static int debug_mark(const char *msg)
 {
        char cmd[4096] = "";
 
-       snprintf(cmd, sizeof(cmd), "../utils/lctl mark %s", msg);
+       snprintf(cmd, sizeof(cmd), "../utils/lctl mark %s 2>/dev/null", msg);
        return system(cmd);
 }