Improve handling of image subtitle IDs in XML (DoM bug #1965)
[libdcp.git] / run / tests
index ff3c9587c3bae3821b88c48a7d7b18a31a2740de..5c294dabfc85bf74d8efa1f7d69dae755612358c 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -27,6 +27,8 @@ elif [ "$1" == "--callgrind" ]; then
     shift
     valgrind --tool="callgrind" $work/tests $private $*
 else
+    # This gives a warning from newer boost versions but doing it
+    # as $work/tests $* -- $private fails on older boost versions.
     $work/tests $private $*
     if [ "$?" != "0" ]; then
        echo "FAIL: unit tests"