diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-01-28 17:06:11 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-01-29 09:37:50 +0100 |
commit | 3b36ee720288ba17962a17b305243ea34100e1f3 (patch) | |
tree | ac0bb9e49ad342910ecea752585f61178f9e60ed | |
parent | d28ece2487fb13f93fcd7eb870cdc64412027c34 (diff) | |
download | qemu-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.yml | 1 |
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 |