From a61106ad0b29a558d264920a5b56fcb93beab4ae Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 17 Apr 2024 07:49:40 +0900 Subject: [PATCH] tests: (lsns::ioctl_ns) add more debug print Signed-off-by: Masatake YAMATO (cherry picked from commit 380120a07154d9447edc703d628416c717493b7d) --- tests/ts/lsns/ioctl_ns | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.3