ci(amd64/gcc/unit_tests): made backtraces full and set off pagination
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
fc0f039395
commit
c2f2abedd7
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 --return-child-result -ex='set confirm off' -ex='run' -ex='bt' -ex='quit' "$test"
|
gdb --return-child-result -q -ex='set confirm off' -ex='set pagination off' -ex='run' -ex='bt full' -ex='quit' "$test"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue