Handle multiple audio streams in a single piece of content
[dcpomatic.git] / run / tests
index e9c02589375a47d2a60d291390b890153b73ada6..7993facf9fefdd56e8727f6f0bd7f0e7ac39735e 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -11,6 +11,6 @@ elif [ "$1" == "--valgrind" ]; then
     shift;
     valgrind --tool="memcheck" --leak-check=full build/test/unit-tests $*
 else
-    build/test/unit-tests --catch_system_errors=no $*
+    build/test/unit-tests --catch_system_errors=no --log_level=test_suite $*
 fi