diff options
author | Marc G. Fournier | 1997-01-16 16:14:36 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-01-16 16:14:36 +0000 |
commit | 2441d06d22b4d26fb685c31481dcd95b0fce7130 (patch) | |
tree | f1a65b448207c826f2ed6e9077c9fc4f4d50fe89 | |
parent | 64836996f9be7b0f09aa4efb3684c56d6796e0b1 (diff) |
point the installer at src/test/regress for testing
pointed out by Andrew...
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ installed successfully and works as designed in your environment. The regression tests can be found in src/test/regress. (see src/test/regress/README for more details) - % cd /usr/src/pgsql/test/regress + % cd /usr/src/pgsql/src/test/regress % gmake all runtest This will run a whole slew of regression tests and might take an hour |