diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-28 11:31:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-28 11:31:15 +0000 |
| commit | 45fa2b3c94069c3449b9210b750c2b0391fa9244 (patch) | |
| tree | bf17a45138b3879d6f642f3fa39f1aac338e9334 | |
| parent | a3c37f59a7a80e0b868cc8a5bd42a2d34396ce00 (diff) | |
Turn off crazily-verbose test logging.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
