From: Carl Hetherington Date: Mon, 7 Sep 2015 14:00:54 +0000 (+0100) Subject: Quieten tests a bit more. X-Git-Tag: v2.2.1~6 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=38e9419ea023224b21577d906084bbb3501e8aea Quieten tests a bit more. --- diff --git a/run/tests b/run/tests index 49bc63142..aa143e0d6 100755 --- a/run/tests +++ b/run/tests @@ -17,5 +17,6 @@ elif [ "$1" == "--quiet" ]; then shift; build/test/unit-tests --catch_system_errors=no $* else - build/test/unit-tests --catch_system_errors=no --log_level=test_suite $* +# build/test/unit-tests --catch_system_errors=no --log_level=test_suite $* + build/test/unit-tests --catch_system_errors=no $* fi