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

Muhammad Usama Anjum posted 1 patch 3 years, 11 months ago
tools/testing/selftests/kvm/.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] selftests: kvm: correct the renamed test name in .gitignore
Posted by Muhammad Usama Anjum 3 years, 11 months ago
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(-)

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
Re: [PATCH] selftests: kvm: correct the renamed test name in .gitignore
Posted by Paolo Bonzini 3 years, 11 months ago
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