diff options
| -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 |
