From ba9e494db24b55aa2d732ecfbd2fc41f042d50ed Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Thu, 31 Oct 2019 10:09:46 +0100 Subject: [PATCH] Travis-CI: Debug networking capabilities Signed-off-by: Joachim Nilsson --- test/remote.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/remote.sh b/test/remote.sh index 79ffbcc..c33109e 100755 --- a/test/remote.sh +++ b/test/remote.sh @@ -4,10 +4,13 @@ set -ex MSG="kilroy" +/sbin/ifconfig -a + tshark -Qni lo -w ${CAP} port ${PORT} 2>/dev/null & #tcpdump -qlni lo -w ${CAP} port ${PORT} 2>/dev/null & PID="$!" sleep 5 +ps fax |grep -A3 tshark ../src/logger -u ${SOCK} ${MSG}