Conversation
.. so the test scripts work on platforms like ElectroBSD and FreeBSD where bash usually isn't installed in /bin but in /usr/local/bin. Fixes: [fk@test-vm ~/git/wolfssl]$ gmake check gmake -j3 check-recursive [...] FAIL: scripts/resume.test FAIL: scripts/tls13.test PASS: testsuite/testsuite.test ============================================================================ Testsuite summary for wolfssl 5.5.1 ============================================================================ # TOTAL: 3 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0
|
Can one of the admins verify this patch? |
|
OK to test. Contributor agreement on file |
|
Hi @fabiankeil There's no right answer here, but we would rather the scripts depend on If we were to go down the The pedantically-correct solution here is for all scripts that use TL;DR: When and where needed, add a symlink at |
|
Understood. Thanks for the detailed response. |
|
@fabiankeil you're welcome. And btw, if it's useful to run the scripts à la carte without changing them or adding the |
.. so the test scripts work on platforms like ElectroBSD and FreeBSD where bash usually isn't installed in /bin but in /usr/local/bin.
Fixes:
[fk@test-vm ~/git/wolfssl]$ gmake check
gmake -j3 check-recursive
[...]
FAIL: scripts/resume.test
FAIL: scripts/tls13.test
PASS: testsuite/testsuite.test
Testsuite summary for wolfssl 5.5.1
TOTAL: 3
PASS: 1
SKIP: 0
XFAIL: 0
FAIL: 2
XPASS: 0
ERROR: 0
Description
Please describe the scope of the fix or feature addition.
Fixes zd#
Testing
How did you test?
Checklist