2022-05-22 04:06:32

by Muhammad Usama Anjum

[permalink] [raw]
Subject: [PATCH] selftests: kvm: correct the renamed test name in .gitignore

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 <[email protected]>
---
tools/testing/selftests/kvm/.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.30.2