Skip to content

Commit

Permalink
Update test.md - stderr not stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlink authored Nov 26, 2024
1 parent 936d1fa commit 8d0bd5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/references/subcommands/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The test command checks whether the most-recent scan of your FOSSA project raised license-policy or vulnerability issues. This command is usually run immediately after `fossa analyze`

- If there are issues, it prints them to stdout and fails with an exit code of 1
- If there are issues, it prints them to stderr and fails with an exit code of 1
- If there are no issues, it prints nothing and succeeds with an exit code of 0

`fossa test` supports the [Common FOSSA Project Flags](./analyze.md#common-fossa-project-flags) supported by all commands
Expand Down Expand Up @@ -54,4 +54,4 @@ For instance,


* If the revision `v2.0.0` has issue: `A`, and the revision `34021e` has issues `A`, `B`,
* `fossa-cli` reports issue `B` and exits with status code of 1.
* `fossa-cli` reports issue `B` and exits with status code of 1.

0 comments on commit 8d0bd5f

Please sign in to comment.