diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 12:34:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 12:34:15 +0100 |
| commit | 9f316aabe8de053ffa6f01b1317985639a4c2d1d (patch) | |
| tree | 88ccd560772efb293d9e0cf4faf02576c18f58fb /run | |
| parent | 6a2d3f52915f226efe578d0ac5fb58dd8599c95b (diff) | |
Fix test running on macOS.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ if [ "$(uname)" == "Darwin" ]; then rm -f build/test/openssl ln -s ../../../openssl/apps/openssl build/test/openssl # SIP stops this being passed in from the caller's environment - export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/64/lib + export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/lib # We need to find ffcmp in here export PATH=$PATH:/Users/ci/workspace/bin fi |
