Skip to content

Commit

Permalink
testcases: master: template-kselftest: if TDEFINITIONS_REVISION
Browse files Browse the repository at this point in the history
Set revision if TDEFINITIONS_REVISION is defined.

Reported-by: Senthil Kumaran S <[email protected]>
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Aug 31, 2023
1 parent cf24471 commit d924aaf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
{% for testname in testnames %}
- repository: {{ TEST_DEFINITIONS_REPOSITORY }}
from: git
revision: '{{ TDEFINITIONS_REVISION }}'
{% if TDEFINITIONS_REVISION is defined %}
revision: '{{ TDEFINITIONS_REVISION}}'
{% endif %}
path: automated/linux/kselftest/kselftest.yaml
name: kselftest-{{testname|replace('.', '-')}}{{vsyscall_suffix}}
parameters:
Expand Down

0 comments on commit d924aaf

Please sign in to comment.