Skip to content

Commit 8c11261

Browse files
authored
Merge pull request #658 from jcpunk/failfast
Add hint for how to fail fast
2 parents 60d63f3 + ddd8282 commit 8c11261

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_docs/how_to_run_tests.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ export SPEC_FACTS_OS=centos
175175
export SPEC_FACTS_OS=centos-7
176176
```
177177

178+
To end tests on first failure you can set `SPEC_OPTS`.
179+
180+
```shell
181+
export SPEC_OPTS="--fail-fast"
182+
```
183+
178184
### Running Acceptance Tests
179185

180186
The unit tests just check the code runs, not that it does exactly what we want on a real machine.

0 commit comments

Comments
 (0)