From 9175355c812f47045bdce893047798c34cf35b05 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Fri, 14 Jun 2024 11:24:27 -0600 Subject: [PATCH] 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 --- .github/workflows/socat.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/socat.yml b/.github/workflows/socat.yml index ac90a87ec..98c612d84 100644 --- a/.github/workflows/socat.yml +++ b/.github/workflows/socat.yml @@ -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