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>
Fri, 10 May 2024 17:37:18 +0000 (19:37 +0200)
run/tests

index 3a991de95f3ab66aab7201e65cf0cb7277e4fb44..f0a764e4a7877b3a4a47bd0c9d5d5797fddc2c57 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -17,6 +17,7 @@ fi
 
 if [ "$(uname)" == "Linux" ]; then 
     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