Skip to content

Commit

Permalink
testcases: master: template-kselftest: rename test_name
Browse files Browse the repository at this point in the history
Make the test-name the same as the testcase name, to remove the mismatch
in testcases name an test_name.

Reported-by: Senthil Kumaran S <[email protected]>
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Aug 24, 2023
1 parent c2e5821 commit 92c4396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{%- if vsyscall_mode is defined %}
{%- set vsyscall_suffix = "-vsyscall-mode-"+vsyscall_mode %}
{%- endif -%}
{% set test_name = "kselftests-" + testnames|join('-') + vsyscall_suffix %}
{% set test_name = "kselftest-" + testnames|join('-') + vsyscall_suffix %}
{% set use_context = true %}
{% if vsyscall_mode is defined %}
{% set extra_kernel_args = 'vsyscall={{vsyscall_mode}} ' + extra_kernel_args|default("") %}
Expand Down

0 comments on commit 92c4396

Please sign in to comment.