diff options
author | Like Xu <[email protected]> | 2022-05-19 01:01:17 +0800 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2022-05-25 05:15:48 -0400 |
commit | 366d4a12cdcf3d83c8162ff6e0046c123567c754 (patch) | |
tree | b5c97684f6d5011a286856bbe84bd59b996f6d37 | |
parent | 186af6bb40c4fd2048bb81253c1109d8b3011e42 (diff) |
KVM: selftests: x86: Sync the new name of the test case to .gitignore
Fixing side effect of the so-called opportunistic change in the commit.
Fixes: dc8a9febbab0 ("KVM: selftests: x86: Fix test failure on arch lbr capable platforms")
Signed-off-by: Like Xu <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
-rw-r--r-- | tools/testing/selftests/kvm/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index 54fc269c1788..4509a3a7eeae 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore @@ -55,7 +55,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 |