Skip to content

Commit

Permalink
Make start-literal test descriptor work again out of the box
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Barnaba committed May 10, 2023
1 parent 0a7802a commit 062cafe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmds/clients/contestcli/descriptors/start-literal.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Steps": [
{
"name": "cmd",
"label": "some label",
"label": "somelabel",
"parameters": {
"executable": [
"echo"
Expand Down Expand Up @@ -56,4 +56,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion cmds/clients/contestcli/descriptors/start-literal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TestDescriptors:
TestName: literal test
Steps:
- name: cmd
label: some label
label: somelabel
parameters:
executable: [echo]
args: ["Title={{ Title .FQDN }}, ToUpper={{ ToUpper .FQDN }}"]
Expand Down

0 comments on commit 062cafe

Please sign in to comment.