qemu-rust
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] gitlab-ci: include full Rust backtraces in test runs
Date: Wed, 29 Jan 2025 09:26:58 +0100
User-agent: Mozilla Thunderbird

On 29/1/25 09:20, Paolo Bonzini wrote:

Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  .gitlab-ci.d/buildtest-template.yml | 1 +
  1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.d/buildtest-template.yml 
b/.gitlab-ci.d/buildtest-template.yml
index 39da7698b09..4cc19239319 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]