diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-04 21:25:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-05 23:52:03 +0200 |
| commit | 8afad10c394462c66f68ac00698da38c5b0b8721 (patch) | |
| tree | e8f243ff0d8d8be1fde875bb8561fa6bb596a013 /run | |
| parent | 00d0a99cfd1616e80efd86ec0531e5ca86a455e8 (diff) | |
Only use --log_level=test_suite when running from cscript.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -51,6 +51,5 @@ elif [ "$1" == "--helgrind" ]; then valgrind --tool="helgrind" build/test/unit-tests $* else ulimit -c unlimited - build/test/unit-tests --catch_system_errors=no --log_level=test_suite $* -# build/test/unit-tests --catch_system_errors=no $* + build/test/unit-tests --catch_system_errors=no $* fi |
