summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-28 11:31:15 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-28 11:31:15 +0000
commit45fa2b3c94069c3449b9210b750c2b0391fa9244 (patch)
treebf17a45138b3879d6f642f3fa39f1aac338e9334
parenta3c37f59a7a80e0b868cc8a5bd42a2d34396ce00 (diff)
Turn off crazily-verbose test logging.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
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