From: Masatake YAMATO Date: Tue, 16 Apr 2024 22:49:40 +0000 (+0900) Subject: tests: (lsns::ioctl_ns) add more debug print X-Git-Tag: v2.42-start~376^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a61106ad0b29a558d264920a5b56fcb93beab4ae;p=thirdparty%2Futil-linux.git tests: (lsns::ioctl_ns) add more debug print Signed-off-by: Masatake YAMATO (cherry picked from commit 380120a07154d9447edc703d628416c717493b7d) --- diff --git a/tests/ts/lsns/ioctl_ns b/tests/ts/lsns/ioctl_ns index 195962e86..7ab192bbc 100755 --- a/tests/ts/lsns/ioctl_ns +++ b/tests/ts/lsns/ioctl_ns @@ -80,6 +80,8 @@ init echo echo userns expected: "$expected" echo userns actual: "$actual" + echo "$TS_CMD_LSNS": + LSNS_DEBUG=all "$TS_CMD_LSNS" cleanup exit $RESULT fi @@ -92,6 +94,8 @@ init echo echo pidns expected: "$expected" echo pidns actual: "$actual" + echo "$TS_CMD_LSNS": + LSNS_DEBUG=all "$TS_CMD_LSNS" cleanup fi exit $RESULT