summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1997-01-16 16:14:36 +0000
committerMarc G. Fournier1997-01-16 16:14:36 +0000
commit2441d06d22b4d26fb685c31481dcd95b0fce7130 (patch)
treef1a65b448207c826f2ed6e9077c9fc4f4d50fe89
parent64836996f9be7b0f09aa4efb3684c56d6796e0b1 (diff)
point the installer at src/test/regress for testing
pointed out by Andrew...
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 9e59861d5d3..e157210c939 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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