Skip to content

Commit 8a66b5a

Browse files
author
Marcello Barnaba
committed
Make start-literal test descriptor work again out of the box
Signed-off-by: Marcello Barnaba <vjt@openssl.it>
1 parent 795c8e0 commit 8a66b5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmds/clients/contestcli/descriptors/start-literal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"Steps": [
2525
{
2626
"name": "cmd",
27-
"label": "some label",
27+
"label": "somelabel",
2828
"parameters": {
2929
"executable": [
3030
"echo"
@@ -56,4 +56,4 @@
5656
}
5757
]
5858
}
59-
}
59+
}

cmds/clients/contestcli/descriptors/start-literal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TestDescriptors:
1515
TestName: literal test
1616
Steps:
1717
- name: cmd
18-
label: some label
18+
label: somelabel
1919
parameters:
2020
executable: [echo]
2121
args: ["Title={{ Title .FQDN }}, ToUpper={{ ToUpper .FQDN }}"]

0 commit comments

Comments
 (0)