From e651d843c513e8dbf0967735ea702a3795ac321d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 22 Dec 2012 23:35:23 +0000 Subject: A couple more little fixes to subtitle XML. --- run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index b6064db3..3c92dae0 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -53,6 +53,8 @@ for d in `find build/test/libdcp-test -mindepth 1 -maxdepth 1 -type d`; do fi done +sed -i "s/DCP: build\/test/DCP: \.\./g" build/test/info2.log + diff -q build/test/info2.log ../libdcp-test/info.log if [ "$?" != "0" ]; then echo "FAIL: dcpinfo output from rewrite incorrect" -- cgit v1.2.3