X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=2fe7313296af7ba6454db8fb63f2f99370de38db;hb=c8bd4ead4c9e757d88136a7fdd556272f36be793;hp=55d2759e165e18efc8ecc378d2e7c3d97b402ef5;hpb=0a5d3c77247d3e68a144bfc077c29fbcf3819735;p=dcpomatic.git diff --git a/cscript b/cscript index 55d2759e1..2fe731329 100644 --- a/cscript +++ b/cscript @@ -427,8 +427,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.26')) - deps.append(('libsub', 'v1.6.29')) + deps.append(('libdcp', 'v1.8.27')) + deps.append(('libsub', 'v1.6.30')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we @@ -831,7 +831,7 @@ def test(target, options, test): if target.platform == 'windows': cmd = 'run\\tests ' else: - cmd = 'run/tests ' + cmd = 'run/tests --log_level=test_suite ' if target.debug: cmd += '--backtrace ' if test is not None: