diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:18:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:18:53 +0200 |
| commit | e1aff661376877bac097f29329f94e157c4caa11 (patch) | |
| tree | b78befa424dc8ba8560ef01dde97b9925497ffda | |
| parent | e4ca6b23d8c5b25725b6b7c1bfe4db3af932dcc0 (diff) | |
Fix command line argument.
| -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 --log-level=test_suite $* + 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 $* |
