mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
KVM: selftests: Use consistent message for test skipping
Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
d9eaf19ecc
commit
d0aac3320d
@@ -92,7 +92,7 @@ static void vm_open(struct kvm_vm *vm, int perm)
|
||||
exit(KSFT_SKIP);
|
||||
|
||||
if (!kvm_check_cap(KVM_CAP_IMMEDIATE_EXIT)) {
|
||||
fprintf(stderr, "immediate_exit not available, skipping test\n");
|
||||
print_skip("immediate_exit not available");
|
||||
exit(KSFT_SKIP);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user