From 3ee1fe1608cca9f000bed59ba987c864adf37cd6 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Fri, 23 Feb 2018 01:09:11 -0500 Subject: LDP: Refactor epoll_ctl wrapper. - Add AF_UNIX transaction to sock_test_client/server echo test to verify mixed epoll ldp implementation. - Misc cleanup / refactoring of ldp code. - Fix LDP_DEBUG in test/socket_test.sh Change-Id: Ib524c824728f109007d8c4d07d74603b6c687902 Signed-off-by: Dave Wallace --- test/scripts/socket_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scripts/socket_test.sh') diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index 96a445eb815..5b6507461db 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -526,8 +526,8 @@ write_script_header() { if [ -n "$VCL_DEBUG" ] ; then echo "export VCL_DEBUG=$VCL_DEBUG" >> $1 fi - if [ -n "$VCOM_DEBUG" ] ; then - echo "export VCOM_DEBUG=$VCOM_DEBUG" >> $1 + if [ -n "$LDP_DEBUG" ] ; then + echo "export LDP_DEBUG=$LDP_DEBUG" >> $1 fi if [ -n "$VCOM_APP_NAME" ] ; then echo "export VCOM_APP_NAME=$VCOM_APP_NAME" >> $1 -- cgit 1.2.3-korg