diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-27 19:03:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-27 19:03:45 +0100 |
| commit | 3d48669c9cba480cf83775cafd2a66033007c030 (patch) | |
| tree | 1f5580d0d6a85623f2a722bb4a123e162b881ee8 /run/tests | |
| parent | 4833c6d5dd49ecd768af5edad81823baa9c094ab (diff) | |
| parent | a0498a6e13647d181153693b1f2c75cb00de92f4 (diff) | |
Merge branch 'test-fixes'
Diffstat (limited to 'run/tests')
| -rwxr-xr-x | run/tests | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then - gdb --args build/test/unit-tests + gdb --args build/test/unit-tests --catch_system_errors=no elif [ "$1" == "--valgrind" ]; then valgrind --tool="memcheck" --leak-check=full build/test/unit-tests else - build/test/unit-tests + build/test/unit-tests --catch_system_errors=no fi |
