summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index d9815a449..b8bb094a0 100755
--- a/run/tests
+++ b/run/tests
@@ -9,7 +9,7 @@ if [ "$1" == "--debug" ]; then
gdb --args build/test/unit-tests --catch_system_errors=no $*
elif [ "$1" == "--backtrace" ]; then
shift;
- gdb -batch -ex "run" -ex "thread apply all bt" --args build/test/unit-tests --catch_system_errors=no $*
+ gdb -batch -ex "run" -ex "thread apply all bt" -return-child-result --args build/test/unit-tests --catch_system_errors=no $*
elif [ "$1" == "--valgrind" ]; then
shift;
valgrind --tool="memcheck" --leak-check=full build/test/unit-tests $*