Skip to content

Commit

Permalink
set LD_LIBRARY_PATH for socat test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JacobBarthelmeh committed Jun 18, 2024
1 parent 512b468 commit 9175355
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/socat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9175355

Please sign in to comment.