diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 15:34:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 15:34:11 +0100 |
| commit | fa64b232cd5086476fbc9bc542b2fbe2300927eb (patch) | |
| tree | e8d63db495bf21bd959704710df0146201c1cf38 | |
| parent | bd12515c9d1f36c54388a4aa2a698c04fb18a7e5 (diff) | |
Add --quiet option.
| -rwxr-xr-x | run/tests | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ if [ "$1" == "--debug" ]; then elif [ "$1" == "--valgrind" ]; then shift; valgrind --tool="memcheck" --leak-check=full build/test/unit-tests $* +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 $* fi |
