diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-27 19:03:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-27 19:03:37 +0100 |
| commit | a0498a6e13647d181153693b1f2c75cb00de92f4 (patch) | |
| tree | 048ca43e66bf13992d1c6dab8c703ad61226436c | |
| parent | 86d185b84e9fce2c27ea99e5add202b0ab28b631 (diff) | |
Turn off boost tests catching of child errors, which screws up when ffprobe fails.
| -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 |
