forked from wolfSSL/wolfssl
Merge pull request #8192 from bandi13/fixSocat
Simple fix for 1.8.0.0 socat regressions
This commit is contained in:
4
.github/workflows/socat.yml
vendored
4
.github/workflows/socat.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
patch -p1 < ../osp/socat/1.8.0.0/socat-1.8.0.0.patch
|
patch -p1 < ../osp/socat/1.8.0.0/socat-1.8.0.0.patch
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
./configure --with-wolfssl=$GITHUB_WORKSPACE/build-dir
|
./configure --with-wolfssl=$GITHUB_WORKSPACE/build-dir --enable-default-ipv=4
|
||||||
make
|
make
|
||||||
|
|
||||||
- name: Run socat tests
|
- name: Run socat tests
|
||||||
@@ -78,4 +78,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
|
||||||
export SHELL=/bin/bash
|
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
|
SOCAT=$GITHUB_WORKSPACE/socat-1.8.0.0/socat ./test.sh -t 0.5 --expect-fail 36,64,146,214,216,217,309,310,386,399,402,403,459,460,467,468,478,492,528,530
|
||||||
|
Reference in New Issue
Block a user