From: Carl Hetherington Date: Fri, 3 May 2019 14:37:23 +0000 (+0000) Subject: Increase unit test log level. X-Git-Tag: v2.14.1~6^2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=caa554d47f573d8f169d2bab9f4c19e761a9768b Increase unit test log level. --- diff --git a/run/tests b/run/tests index 7a757e9d0..3f465a433 100755 --- a/run/tests +++ b/run/tests @@ -22,6 +22,6 @@ elif [ "$1" == "--quiet" ]; then build/test/unit-tests --catch_system_errors=no $* else ulimit -c unlimited - build/test/unit-tests --catch_system_errors=no $* + build/test/unit-tests --catch_system_errors=no --log_level=test_suite $* # build/test/unit-tests --catch_system_errors=no $* fi