Apply suggestion from @rachaelshaw

This commit is contained in:
Rachael Shaw 2026-04-17 12:31:40 -05:00 committed by GitHub
parent 379998347a
commit 5e4c5dbebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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