KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test
authorSean Christopherson <seanjc@google.com>
Sat, 11 Mar 2023 00:46:15 +0000 (16:46 -0800)
committerSean Christopherson <seanjc@google.com>
Thu, 6 Apr 2023 21:58:44 +0000 (14:58 -0700)
commitbc7bb0082960d030171e11ed4e4b518950415625
tree942a873e56340ddc1835b5dad16af23bcf8bab43
parent81fd92411264e4f7b982bb6066b4bc04311bc48a
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>
tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c