Skip to content

Commit

Permalink
testcases: master: template-kselftest: set default revision to '.'
Browse files Browse the repository at this point in the history
Default the revision to '.' if TDEFINITIONS_REVISION is not set.

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

0 comments on commit 6566825

Please sign in to comment.