Skip to content

Commit bc7bb00

Browse files
committed
KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test
Drop the arbitrary "done" message from the VMX PMU caps test, it's pretty obvious the test is done when the process exits. Link: https://lore.kernel.org/r/20230311004618.920745-19-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 81fd924 commit bc7bb00

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,4 @@ int main(int argc, char *argv[])
213213
test_fungible_perf_capabilities(host_cap);
214214
test_immutable_perf_capabilities(host_cap);
215215
test_guest_wrmsr_perf_capabilities(host_cap);
216-
217-
printf("Completed perf capability tests.\n");
218216
}

0 commit comments

Comments
 (0)