Skip to content

Commit

Permalink
Update regression test information.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Jul 26, 2021
1 parent 808c7c2 commit 7298bcf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ pgAudit Analyze is intended to be run as a daemon process.

## Testing

Regression tests are located at test/test.pl. You may need to set `--pgsql-bin` depending on your local configuration.

A `Vagrantfile` has been included in the test directory which gives the exact steps needed to get the regression rests running on `CentOS 7`. After logging on to the `vagrant` box simply run:
```
/pgaudit_analyze/test/test.pl
```
Regression tests will be run on PostgreSQL 10 by default. Specify `--pgsql-bin=/usr/pgsql-9.6/bin` to run tests on PostgreSQL 9.6 and use the same pattern for other versions.
Regression tests are located in the `test` directory. See `test/README.md` for more information.

## Caveats

Expand Down

0 comments on commit 7298bcf

Please sign in to comment.