summaryrefslogtreecommitdiff
path: root/run/tests
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-04 00:17:29 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-10 19:37:18 +0200
commit7883f8ee115c02317502e2e8d0fefccd2bed118c (patch)
tree160afe25539f611e3d90fdf9933064ea0adb43f1 /run/tests
parentaf8b3ff07d3cf3d5455dd2cc1cc4004627ce6d63 (diff)
Make sure build/test exists.
Diffstat (limited to 'run/tests')
-rwxr-xr-xrun/tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 3a991de95..f0a764e4a 100755
--- 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