mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix hitch test make check.
This commit is contained in:
4
.github/workflows/hitch.yml
vendored
4
.github/workflows/hitch.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
|||||||
|
|
||||||
# Note: Exit status 77 means a test was skipped, this is valid and expected.
|
# Note: Exit status 77 means a test was skipped, this is valid and expected.
|
||||||
- name: Run hitch tests, skipping 13, 15 and 39
|
- name: Run hitch tests, skipping 13, 15 and 39
|
||||||
working-directory: ./hitch/src/tests
|
working-directory: ./hitch
|
||||||
run: |
|
run: |
|
||||||
export TESTDIR=`pwd`/; export PATH=$PATH:`pwd`/../:`pwd`/../util/:`pwd`; export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
|
||||||
make check
|
make check
|
Reference in New Issue
Block a user