mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
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
This commit is contained in:
5
.github/workflows/socat.yml
vendored
5
.github/workflows/socat.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user