mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
ci: Allow tests to print some useful information with println
In order to make the tests more verbose and help identify more quickly where a test might be failing, this patch adds the ability for the unit tests to print useful information with println. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
a9b2207bcf
commit
5e5c2f2c48
@ -135,7 +135,7 @@ sudo setcap cap_net_admin+ep /usr/bin/qemu-system-x86_64
|
||||
sudo adduser $USER kvm
|
||||
newgrp kvm << EOF
|
||||
export RUST_BACKTRACE=1
|
||||
cargo test --features "integration_tests"
|
||||
cargo test --features "integration_tests" -- --nocapture
|
||||
EOF
|
||||
RES=$?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user