mirror of https://github.com/wolfSSL/wolfssl.git
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 locallypull/7594/head
parent
512b468dbb
commit
9175355c81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue