mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-13 15:36:41 +07:00
test: reenable nspawn, even if it fails for now
This commit is contained in:
parent
454591be36
commit
5fa594df8d
@ -56,8 +56,7 @@ test_run() {
|
|||||||
dwarn "can't run qemu-kvm, skipping"
|
dwarn "can't run qemu-kvm, skipping"
|
||||||
fi
|
fi
|
||||||
if check_nspawn; then
|
if check_nspawn; then
|
||||||
#run_nspawn || return 1
|
run_nspawn || return 1
|
||||||
:
|
|
||||||
else
|
else
|
||||||
dwarn "can't run systemd-nspawn, skipping"
|
dwarn "can't run systemd-nspawn, skipping"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user