diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-24 15:15:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-24 15:15:59 +0000 |
| commit | 9349423be9da3f81d610777ed320e43e1e765297 (patch) | |
| tree | 6c9505f155e0a9180b2611807d2db683f7de31f9 | |
| parent | 979452c78fe2b9aeb6a802d2d900fb83083f9a8a (diff) | |
Try to get more logs in tests.
| -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=test_suite $* + build/test/unit-tests --catch_system_errors=no --log_level=all $* # build/test/unit-tests --catch_system_errors=no $* fi |
