mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Apply suggestion from @rachaelshaw
This commit is contained in:
parent
379998347a
commit
5e4c5dbebe
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
### Testing reports
|
||||
|
||||
Use [test-tables.sh](./test-tables.sh) to run an entire set of reports (formerly "querie")", outputting the results. This script will automatically read the queries from the input path provided (see [queries.txt](./queries.txt) for an example), and output results to stdout. It is likely useful to pipe the output to a text file, as in:
|
||||
Use [test-tables.sh](./test-tables.sh) to run an entire set of reports (formerly "queries"), outputting the results. This script will automatically read the queries from the input path provided (see [queries.txt](./queries.txt) for an example), and output results to stdout. It is likely useful to pipe the output to a text file, as in:
|
||||
|
||||
```sh
|
||||
./test-tables.sh queries.txt > results.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue