diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-03 14:37:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-03 14:37:23 +0000 |
| commit | caa554d47f573d8f169d2bab9f4c19e761a9768b (patch) | |
| tree | 173e7cc6ddeceb3f2e3ee3db1ed78d959a9861f6 | |
| parent | 46df210e1c25c3cdae664390efac8e60714ad635 (diff) | |
Increase unit test log level.
| -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 $* + build/test/unit-tests --catch_system_errors=no --log_level=test_suite $* # build/test/unit-tests --catch_system_errors=no $* fi |
