Skip to content

Commit

Permalink
tests: (lsns::ioctl_ns) add more debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
(cherry picked from commit 380120a)
  • Loading branch information
masatake committed Apr 25, 2024
1 parent 8a66cae commit a61106a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ts/lsns/ioctl_ns
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a61106a

Please sign in to comment.