set LD_LIBRARY_PATH for socat test

work around hang from test 373 to 374

add setting SHELL env for socat test

remove some tests for exec sniffing and sorted address options failing with actions but not locally
pull/7594/head
JacobBarthelmeh 2024-06-14 11:24:27 -06:00
parent 512b468dbb
commit 9175355c81
1 changed files with 4 additions and 1 deletions

View File

@ -70,4 +70,7 @@ jobs:
- name: Run socat tests
working-directory: ./socat-1.8.0.0
run: SOCAT=$GITHUB_WORKSPACE/socat-1.8.0.0/socat ./test.sh --expect-fail 146,216,309,310,386,402,459,460
run: |
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
export SHELL=/bin/bash
SOCAT=$GITHUB_WORKSPACE/socat-1.8.0.0/socat ./test.sh -t 0.5 --expect-fail 146,216,309,310,386,399,402,459,460,467,468,478,492,528,530