diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-18 21:54:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-20 21:56:28 +0200 |
| commit | 0c1025064c77026aa8c733746092cb042030fdc7 (patch) | |
| tree | a3993234a0a7b912a16df611b990575ea8017b49 | |
| parent | 8fcd1dc3bdec69d4aa7bc76926993733952a10be (diff) | |
Use test_suite log level with --debug so we can see when tests take
long enough to time-out Jenkins.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ export LD_LIBRARY_PATH=build/src/lib:/home/c.hetherington/lib:$LD_LIBRARY_PATH export DCPOMATIC_LINUX_SHARE_PREFIX=`pwd` if [ "$1" == "--debug" ]; then shift; - gdb --args build/test/unit-tests --catch_system_errors=no $* + gdb --args build/test/unit-tests --catch_system_errors=no --log-level=test_suite $* elif [ "$1" == "--backtrace" ]; then shift; gdb -batch -ex "run" -ex "thread apply all bt" -return-child-result --args build/test/unit-tests --catch_system_errors=yes $* |
