aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-01-28 17:06:11 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2025-01-29 09:37:50 +0100
commit3b36ee720288ba17962a17b305243ea34100e1f3 (patch)
treeac0bb9e49ad342910ecea752585f61178f9e60ed
parentd28ece2487fb13f93fcd7eb870cdc64412027c34 (diff)
downloadqemu-3b36ee720288ba17962a17b305243ea34100e1f3.zip
qemu-3b36ee720288ba17962a17b305243ea34100e1f3.tar.gz
qemu-3b36ee720288ba17962a17b305243ea34100e1f3.tar.bz2
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>
-rw-r--r--.gitlab-ci.d/buildtest-template.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/buildtest-template.yml b/.gitlab-ci.d/buildtest-template.yml
index 39da769..4cc1923 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