summaryrefslogtreecommitdiffstats
path: root/tests/ts/lsns/ioctl_ns
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:22:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:22:57 +0000
commitce95875445c67808caa5d4fb0e6f80dbdaef0cb7 (patch)
tree6da8cbc66ef15086c9d295e4abe733b24818551e /tests/ts/lsns/ioctl_ns
parentAdding upstream version 2.40. (diff)
downloadutil-linux-upstream.tar.xz
util-linux-upstream.zip
Adding upstream version 2.40.1.upstream/2.40.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/ts/lsns/ioctl_ns')
-rwxr-xr-xtests/ts/lsns/ioctl_ns6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/ts/lsns/ioctl_ns b/tests/ts/lsns/ioctl_ns
index 6f306d5..7ab192b 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,10 +94,12 @@ init
echo
echo pidns expected: "$expected"
echo pidns actual: "$actual"
+ echo "$TS_CMD_LSNS":
+ LSNS_DEBUG=all "$TS_CMD_LSNS"
cleanup
fi
exit $RESULT
-) &
+) >> $TS_ERRLOG 2>&1 &
mainpid=$!
(
exec 4< $FIFO_WAIT