ci(amd64/gcc/unit_tests): gdb return child process exit code
This commit is contained in:
parent
f04e3652a5
commit
1765dd0bd0
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ cmake .. \
|
||||||
|
|
||||||
for test in $(find ./ -type f -name '*_tests' -executable); do
|
for test in $(find ./ -type f -name '*_tests' -executable); do
|
||||||
echo "Running $test"
|
echo "Running $test"
|
||||||
gdb -ex='set confirm off' -ex='run' -ex='bt' -ex='quit' "$test"
|
gdb --return-child-result -ex='set confirm off' -ex='run' -ex='bt' -ex='quit' "$test"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue