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.40.1-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380120a07154d9447edc703d628416c717493b7d;p=thirdparty%2Futil-linux.git tests: (lsns::ioctl_ns) add more debug print Signed-off-by: Masatake YAMATO --- 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