We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60d63f3 + ddd8282 commit 8c11261Copy full SHA for 8c11261
1 file changed
_docs/how_to_run_tests.md
@@ -175,6 +175,12 @@ export SPEC_FACTS_OS=centos
175
export SPEC_FACTS_OS=centos-7
176
```
177
178
+To end tests on first failure you can set `SPEC_OPTS`.
179
+
180
+```shell
181
+export SPEC_OPTS="--fail-fast"
182
+```
183
184
### Running Acceptance Tests
185
186
The unit tests just check the code runs, not that it does exactly what we want on a real machine.
0 commit comments