Skip to content

Commit 02f073b

Browse files
authored
Merge branch 'develop' into MQE-1754
2 parents 04ff5b5 + 03c1f19 commit 02f073b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/mftf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Complex configuration to generate a few non-suite tests, a single test in a suit
181181
The command that encodes this complex configuration:
182182

183183
```bash
184-
vendor/bin/mftf generate:tests --tests "{\r\n\"tests\":[\r\n\"general_test1\",\r\n\"general_test2\",\r\n\"general_test3\"\r\n],\r\n\"suites\":{\r\n\"sample\":[\r\n\"suite_test1\"\r\n],\r\n\"sample2\":null\r\n}\r\n}"
184+
vendor/bin/mftf generate:tests --tests '{"tests":["general_test1","general_test2","general_test3"],"suites":{"sample":["suite_test1"],"sample2":null}}'
185185
```
186186

187187
Note that the strings must be escaped and surrounded in quotes.

0 commit comments

Comments
 (0)