summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-29 00:00:18 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-01 00:02:52 +0200
commit7588273929fa6fe48fa0cf04d33e14bd256cf3f7 (patch)
tree28ef26057e3add2b49fd33a033cc7e9d099a768d
parent450fa35934fbc6d2c8f09590e830fd369914ccc5 (diff)
Support Fedora libpath when running tests.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index ab0fcf2f5..d4a4affdd 100755
--- a/run/tests
+++ b/run/tests
@@ -3,7 +3,7 @@
# e.g. --run_tests=foo
if [ "$(uname)" == "Linux" ]; then
- export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH=build/src/lib:/usr/local/lib64:$LD_LIBRARY_PATH
rm -f build/test/dcpomatic2_openssl
# This must be our patched openssl or tests will fail
if [ ! -f build/test/dcpomatic2_openssl ]; then