gitlab-ci: include full Rust backtraces in test runs

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2025-01-28 17:06:11 +01:00
parent d28ece2487
commit 3b36ee7202

View File

@ -63,6 +63,7 @@
stage: test stage: test
image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:$QEMU_CI_CONTAINER_TAG image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:$QEMU_CI_CONTAINER_TAG
script: script:
- export RUST_BACKTRACE=1
- source scripts/ci/gitlab-ci-section - source scripts/ci/gitlab-ci-section
- section_start buildenv "Setting up to run tests" - section_start buildenv "Setting up to run tests"
- scripts/git-submodule.sh update roms/SLOF - scripts/git-submodule.sh update roms/SLOF