point the installer at src/test/regress for testing

pointed out by Andrew...
This commit is contained in:
Marc G. Fournier 1997-01-16 16:14:36 +00:00
parent 64836996f9
commit 2441d06d22

View File

@ -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