OSDN Git Service

point the installer at src/test/regress for testing
authorMarc G. Fournier <scrappy@hub.org>
Thu, 16 Jan 1997 16:14:36 +0000 (16:14 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 16 Jan 1997 16:14:36 +0000 (16:14 +0000)
pointed out by Andrew...

INSTALL

diff --git a/INSTALL b/INSTALL
index 9e59861..e157210 100644 (file)
--- 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