]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (lsns::filedesc) enable debug output and show the exit status
authorMasatake YAMATO <yamato@redhat.com>
Fri, 12 Apr 2024 20:04:33 +0000 (05:04 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sat, 13 Apr 2024 02:32:30 +0000 (11:32 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/ts/lsns/filedesc

index 285ad6312cfd09d75f417d86435a7327f6216374..334984784ff5259ca6fe8f42dd956ce03fb831b1 100755 (executable)
@@ -62,7 +62,8 @@ trap "cleanup" EXIT
            echo LSFD:
            ${TS_CMD_LSFD} -Q "PID == $PID"
            echo LSNS:
-           ${TS_CMD_LSNS}
+           LSNS_DEBUG=all ${TS_CMD_LSNS}
+           echo lsns_status: $?
        fi
        echo DONE >&"${MKFDS[1]}"
     fi