summaryrefslogtreecommitdiff
path: root/run-tests.sh
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-09 16:43:46 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-09 16:43:46 +0100
commit4f6142b7d4c6d4c9db3f54e4893bff1dc9c5085f (patch)
treef842bab4d98c34421c883a4b39880fcf3282d9e9 /run-tests.sh
parenta5418c87482e43b8654cfbceccd5fe774af74f03 (diff)
List subtitles in test output.
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 2fb89317..d945f2ce 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -23,7 +23,7 @@ rm -f build/test/info.log
if [ -e "../libdcp-test" ]; then
for d in `find ../libdcp-test -mindepth 1 -maxdepth 1 -type d`; do
- LD_LIBRARY_PATH=build/src:build/asdcplib/src build/tools/dcpinfo $d >> build/test/info.log
+ LD_LIBRARY_PATH=build/src:build/asdcplib/src build/tools/dcpinfo -s $d >> build/test/info.log
if [ "$?" != "0" ]; then
echo "FAIL: dcpinfo failed"
exit 1