From 7298bcf4c6ab5c44ed1f1a54f01e73fbee726895 Mon Sep 17 00:00:00 2001 From: David Steele Date: Mon, 26 Jul 2021 08:01:49 -0400 Subject: [PATCH] Update regression test information. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 708d0e8..87c9312 100644 --- a/README.md +++ b/README.md @@ -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