diff options
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
