Skip to content

Commit

Permalink
Update testing-sources.md
Browse files Browse the repository at this point in the history
The current syntax does not work on a mac terminal using zshell.
  • Loading branch information
remigabillet authored Dec 1, 2023
1 parent d9e8412 commit 202151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/faqs/Tests/testing-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ id: testing-sources
To run tests on all sources, use the following command:

```shell
$ dbt test --select source:*
$ dbt test --select "source:*"
```

(You can also use the `-s` shorthand here instead of `--select`)
Expand Down

0 comments on commit 202151f

Please sign in to comment.