From: Mike Frysinger Date: Tue, 3 Mar 2015 00:51:30 +0000 (-0500) Subject: tests: note the kernel configs for -yy options X-Git-Tag: v4.10~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90c80c46b8d2215f17f6204814381c4120fe142f;p=strace tests: note the kernel configs for -yy options * tests/net-yy.test: Note CONFIG_INET_TCP_DIAG. * tests/unix-yy.test: Note CONFIG_UNIX_DIAG. --- diff --git a/tests/net-yy.test b/tests/net-yy.test index 8e6118a4..47e3767a 100755 --- a/tests/net-yy.test +++ b/tests/net-yy.test @@ -15,7 +15,7 @@ rm -f $LOG.* $LOG-* ./inet-accept-connect-send-recv || { if [ $? -eq 77 ]; then - framework_skip_ 'PF_INET SOCK_STREAM is not available' + framework_skip_ 'PF_INET SOCK_STREAM (CONFIG_INET_TCP_DIAG) is not available' else fail_ 'inet-accept-connect-send-recv failed' fi diff --git a/tests/unix-yy.test b/tests/unix-yy.test index 4a9b889d..1845f557 100755 --- a/tests/unix-yy.test +++ b/tests/unix-yy.test @@ -20,7 +20,7 @@ addr=unix-yy-local-stream ./netlink_unix_diag || { if [ $? -eq 77 ]; then - framework_skip_ 'NETLINK_SOCK_DIAG for unix domain sockets is not available' + framework_skip_ 'NETLINK_SOCK_DIAG for unix domain sockets (CONFIG_UNIX_DIAG) is not available' else fail_ 'netlink_unix_diag failed' fi