From 2d53877f2c7d1c6f3ed493c0f44054bdcba578f3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Mar 2026 13:52:14 +0100 Subject: Fix tests path for running in cdist-built trees. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run/tests b/run/tests index c64335d0..41d0345a 100755 --- a/run/tests +++ b/run/tests @@ -41,7 +41,7 @@ while [[ $# -gt 0 ]]; do esac done -export LD_LIBRARY_PATH=build/src:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src:../../lib:../../lib64:$LD_LIBRARY_PATH # SIP stops this being passed in from the caller's environment export DYLD_LIBRARY_PATH=build/src:$environment/arm64/11.0/lib:$environment/x86_64/10.10/lib:/Users/ci/workspace/lib:/usr/local/lib export LIBDCP_RESOURCES=. -- cgit v1.2.3