From 38e9419ea023224b21577d906084bbb3501e8aea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Sep 2015 15:00:54 +0100 Subject: [PATCH] Quieten tests a bit more. --- run/tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2