From: Paolo Bonzini Date: Tue, 28 Jan 2025 16:06:11 +0000 (+0100) Subject: gitlab-ci: include full Rust backtraces in test runs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3b36ee720288ba17962a17b305243ea34100e1f3;p=qemu.git gitlab-ci: include full Rust backtraces in test runs Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Signed-off-by: Paolo Bonzini --- diff --git a/.gitlab-ci.d/buildtest-template.yml b/.gitlab-ci.d/buildtest-template.yml index 39da7698b0..4cc1923931 100644 --- a/.gitlab-ci.d/buildtest-template.yml +++ b/.gitlab-ci.d/buildtest-template.yml @@ -63,6 +63,7 @@ stage: test image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:$QEMU_CI_CONTAINER_TAG script: + - export RUST_BACKTRACE=1 - source scripts/ci/gitlab-ci-section - section_start buildenv "Setting up to run tests" - scripts/git-submodule.sh update roms/SLOF