diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-07 15:00:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 10:21:13 +0100 |
| commit | 38e9419ea023224b21577d906084bbb3501e8aea (patch) | |
| tree | 96903f09b5318cc8e0d3b22f8b4c92373399e50e | |
| parent | ea0693756815b40d75c075021519f65796b9b94d (diff) | |
Quieten tests a bit more.
| -rwxr-xr-x | run/tests | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
