Skip to content
Snippets Groups Projects
Commit 8c49d5dd authored by Luis Araujo's avatar Luis Araujo
Browse files

Update readme with the correct directory name for tests cases


Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent 1d0ff1a8
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,12 @@ That will create a `<test-case-name>.html` page.
To render a complete set of test cases inside a directory, just pass a directory
instead of a file to the command, and optionally pass a new directory path with
`-d` flag so all the newly generated test cases are saved there instead of the
the `-d` flag so all the newly generated test cases are saved there instead of the
current directory:
```
$ ./render-test-case ../test-cases -d apertis-tests-cases-v0.1/
$ ./render-test-case ../tests-cases/ -d apertis-tests-cases-v0.1/
```
Now all the tests cases should be available inside the `apertis-tests-cases-v0.1/`
directory.
Now all the html tests cases should be available inside the
`apertis-tests-cases-v0.1/` directory.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment