summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 7f8126fa3..1a2076d2f 100755
--- a/run/tests
+++ b/run/tests
@@ -23,6 +23,12 @@ if [ "$(uname)" == "Linux" ]; then
if [ -f /src/backports/dcp_inspect ]; then
export DCPOMATIC_DCP_INSPECT=/src/backports/dcp_inspect
fi
+ set +e
+ python3 -m clairmeta.cli --help > /dev/null 2>&1
+ if [ "$?" == "0" ]; then
+ export DCPOMATIC_CLAIRMETA=1
+ fi
+ set -e
fi
if [ "$(uname)" == "Darwin" ]; then