mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Revert "build: Don't fail build on test_vfio failure"
This reverts commit 014844d0da.
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -184,12 +184,6 @@ time cargo test --features "integration_tests" "$@" -- --nocapture
|
||||
EOF
|
||||
RES=$?
|
||||
|
||||
# Try the VFIO test but ignore the result
|
||||
newgrp kvm << EOF
|
||||
export RUST_BACKTRACE=1
|
||||
time cargo test --features "integration_tests" test_vfio -- --nocapture --ignored
|
||||
EOF
|
||||
|
||||
if [ $RES -eq 0 ]; then
|
||||
# virtio-mmio based testing
|
||||
cargo build --release --no-default-features --features "mmio"
|
||||
|
||||
Reference in New Issue
Block a user