Message ID | 20220521093017.148149-1-usama.anjum@collabora.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 366d4a12cdcf3d83c8162ff6e0046c123567c754 |
Headers | show |
Series | selftests: kvm: correct the renamed test name in .gitignore | expand |
On Sat, May 21, 2022 at 11:31 AM Muhammad Usama Anjum <usama.anjum@collabora.com> wrote: > > Correct the vmx_pmu_caps_test test name from vmx_pmu_msrs_test in > .gitignore file. > > Fixes: dc8a9febbab0 ("KVM: selftests: x86: Fix test failure on arch lbr capable platforms") > Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Hi, this is fixed already. Paolo
diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index b2f3c2168d69a..2c17c31fb4494 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore @@ -56,7 +56,7 @@ /x86_64/xen_shinfo_test /x86_64/xen_vmcall_test /x86_64/xss_msr_test -/x86_64/vmx_pmu_msrs_test +/x86_64/vmx_pmu_caps_test /access_tracking_perf_test /demand_paging_test /dirty_log_test
Correct the vmx_pmu_caps_test test name from vmx_pmu_msrs_test in .gitignore file. Fixes: dc8a9febbab0 ("KVM: selftests: x86: Fix test failure on arch lbr capable platforms") Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> --- tools/testing/selftests/kvm/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)