diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/scripts/runtest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/scripts/runtest.sh b/tools/ci/scripts/runtest.sh index c6cc8adf6..7bcb2b518 100755 --- a/tools/ci/scripts/runtest.sh +++ b/tools/ci/scripts/runtest.sh @@ -8,6 +8,8 @@ function check_is_run { echo "Run with gdb" cp ./src/manaplus ./logs/ cp -r core* ./logs/ + sleep 10s + ls COREFILE=$(find . -maxdepth 1 -name "core*" | head -n 1) if [[ -f "$COREFILE" ]]; then gdb -c "$COREFILE" ./src/manaplus -ex "thread apply all bt" -ex "set pagination 0" -batch |