Bv2.1 6.1: DCPs must be SMPTE.
[libdcp.git] / run / tests
index 489614f27ab1ea438cbd5a69b562ce70f270ce4d..3e5defa35efbc569b3bb8ae7ed7d1d23a5797fe3 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -113,7 +113,7 @@ done
 # Run dcpverify on all the DCPs in private/metadata
 for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort -f -d`; do
     if [ `basename $d` != ".git" ]; then
-        $dcpverify --ignore-missing-assets -q $d
+        $dcpverify --ignore-missing-assets --ignore-bv21-smpte -q $d
         if [ "$?" != "0" ]; then
             echo "FAIL: dcpverify failed for $d"
             exit 1