Skip to content

Commit 4086620

Browse files
committed
Feed the wolfHSM client its stdin so run_client actually exchanges data
1 parent 0b24d8a commit 4086620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
ss -uln | grep -q ':11111 ' \
6565
|| { echo "FAIL: DTLS server never listened on 11111"; cat dtls.log; exit 1; }
6666
rc=0
67-
make run_client > client.log 2>&1 || rc=$?
67+
printf 'hello\n' | make run_client > client.log 2>&1 || rc=$?
6868
echo "--- client:"; cat client.log
6969
pkill -f wh_posix_server 2>/dev/null || true
7070
pkill -f 'examples/server/server' 2>/dev/null || true

0 commit comments

Comments
 (0)