Make sure build/test exists.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Apr 2024 22:17:29 +0000 (00:17 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Apr 2024 22:17:29 +0000 (00:17 +0200)
run/tests

index 6f43290c4f1d56488fd719f7a05b89708c71e78a..9857c4cf0c349aab1ddffaa4cdacf2803400e94f 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -15,6 +15,7 @@ fi
 if [ "$(uname)" == "Linux" ]; then 
   export LD_LIBRARY_PATH=build/src/lib:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH
   rm -f build/test/dcpomatic2_openssl
+  mkdir -p build/test
   # This must be our patched openssl or tests will fail
   if [ ! -f build/test/dcpomatic2_openssl ]; then 
     ln -s ../../../openssl/apps/openssl build/test/dcpomatic2_openssl