Skip to content

Commit

Permalink
doc: add doc to specify flaky tests on fips
Browse files Browse the repository at this point in the history
This commit adds documentation lines to BUILDING.md file indicating the
changes that have been made to enable marking flaky tests on fips
compliant system. It is an extension to the prior commit that enables
this behavior.

Fixes: nodejs#14746
  • Loading branch information
komawar committed Oct 20, 2017
1 parent bf56b05 commit 2fb7825
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ $ make test
At this point you are ready to make code changes and re-run the tests!
Optionally, continue below.

If you wish to run tests on specific systems, say ``fips``:

```console
$ make test-on-fips
```

This particular command will mark the tests specified in the \*.status files as
flaky.

To run the tests and generate code coverage reports:

```console
Expand Down

0 comments on commit 2fb7825

Please sign in to comment.