diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-12 15:29:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-15 10:28:12 +0100 |
| commit | 42ebd462686e403711bed5fa4be23a498795754b (patch) | |
| tree | 483714ed21a4312c7d68659be9fe71fa17bf09bf /run | |
| parent | 27513a18c7bb63a9142d40b866a026d1bcc17134 (diff) | |
Inspect all DCPs made during tests with ClairMeta.76-dcp-inspect
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 |
