From: Masatake YAMATO Date: Fri, 12 Apr 2024 20:04:33 +0000 (+0900) Subject: tests: (lsns::filedesc) enable debug output and show the exit status X-Git-Tag: v2.42-start~427 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cedf9bbf0d96ae454f85ce6c9f4d74cc2351626f;p=thirdparty%2Futil-linux.git tests: (lsns::filedesc) enable debug output and show the exit status Signed-off-by: Masatake YAMATO --- diff --git a/tests/ts/lsns/filedesc b/tests/ts/lsns/filedesc index 285ad6312..334984784 100755 --- a/tests/ts/lsns/filedesc +++ b/tests/ts/lsns/filedesc @@ -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