Skip to content

Commit

Permalink
Describe tracing option
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Aug 26, 2022
1 parent d41327c commit e4a413a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cli/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ nf-test test [<NEXTFLOW_FILES>]
#### `--debug`
The debug parameter prints out all available output channels which can be accessed in the `then` clause.

#### `--without-trace`
The Linux tool `procps` is required to run Nextflow tracing. In case your container does not support this tool, you can also run nf-test without tracing. Please note that the `workflow.trace` are not available when running it with this flag.

## Examples

Run all tests:
Expand Down
2 changes: 2 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ config {
configFile "tests/nextflow.config"
// run all test with the defined docker profile from the main nextflow.config
profile "docker"
// disable tracing options in case container does not include `procps` Linux tool.
withTrace = false
}
```
Expand Down

0 comments on commit e4a413a

Please sign in to comment.