From: Carl Hetherington Date: Sat, 24 Nov 2018 15:15:59 +0000 (+0000) Subject: Try to get more logs in tests. X-Git-Tag: v2.13.73~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=9349423be9da3f81d610777ed320e43e1e765297 Try to get more logs in tests. --- diff --git a/run/tests b/run/tests index 3f465a433..fc1b840f6 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 --log_level=test_suite $* + build/test/unit-tests --catch_system_errors=no --log_level=all $* # build/test/unit-tests --catch_system_errors=no $* fi