From 45fa2b3c94069c3449b9210b750c2b0391fa9244 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Nov 2018 11:31:15 +0000 Subject: [PATCH] Turn off crazily-verbose test logging. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2