aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2024-04-17 07:49:40 +0900
committerMasatake YAMATO <yamato@redhat.com>2024-04-26 02:20:13 +0900
commita61106ad0b29a558d264920a5b56fcb93beab4ae (patch)
tree1db5690128c96aad7a2f3be0273c1f97ef347314
parent8a66cae8e596f5401da20e98715a21d7a7b8f1ed (diff)
downloadutil-linux-a61106ad0b29a558d264920a5b56fcb93beab4ae.tar.gz
tests: (lsns::ioctl_ns) add more debug print
Signed-off-by: Masatake YAMATO <yamato@redhat.com> (cherry picked from commit 380120a07154d9447edc703d628416c717493b7d)
-rwxr-xr-xtests/ts/lsns/ioctl_ns4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ts/lsns/ioctl_ns b/tests/ts/lsns/ioctl_ns
index 195962e868..7ab192bbcc 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