Now that the run script has a "-t" option to run a specific test, use a name that requires less typing. Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index af26170..7c0310c 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -516,7 +516,7 @@ extra_params = -cpu host,+vmx -m 2048 -append vmx_apic_passthrough_thread_test arch = x86_64 groups = vmx -[vmx_vmcs_shadow_test] +[vmcs_shadow] file = vmx.flat extra_params = -cpu host,+vmx -append vmx_vmcs_shadow_test arch = x86_64 -- 2.20.1