From: Carl Hetherington Date: Wed, 28 Nov 2018 11:31:15 +0000 (+0000) Subject: Turn off crazily-verbose test logging. X-Git-Tag: v2.13.78~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=45fa2b3c94069c3449b9210b750c2b0391fa9244 Turn off crazily-verbose test logging. --- diff --git a/run/tests b/run/tests index fc1b840f6..7a757e9d0 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=all $* + build/test/unit-tests --catch_system_errors=no $* # build/test/unit-tests --catch_system_errors=no $* fi