Provide path to find ffcmp tool for tests.
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2020 19:18:34 +0000 (21:18 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2020 16:51:11 +0000 (18:51 +0200)
run/tests

index 037fb43eef2a64056ca5b8e7fed40ee71647648f..fad42e34fdf90b4779d516608a3134d5ff729816 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -22,6 +22,8 @@ if [ "$(uname)" == "Darwin" ]; then
   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
+  # We need to find ffcmp in here
+  export PATH=$PATH:/Users/ci/workspace/bin
 fi
 
 if [ "$1" == "--debug" ]; then