diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-04-24 14:14:28 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-24 14:14:28 +0000 |
commit | e060cb08183f1dd1bdeb5949badefe972f8a0423 (patch) | |
tree | b45d0bdc5c824683b749e3694b39d65cd6a19808 | |
parent | 29a31fb7bc39742c9a82b5ef442077b1c6cc49b2 (diff) | |
download | postgresql-e060cb08183f1dd1bdeb5949badefe972f8a0423.tar.gz postgresql-e060cb08183f1dd1bdeb5949badefe972f8a0423.zip |
Remove chunk from regression tests about regress.out vs expected.out...the
tests now let you know if it is ok/failed :)
-rw-r--r-- | INSTALL | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -232,12 +232,7 @@ src/test/regress/README for more details) % gmake all runtest This will run a whole slew of regression tests and might take an hour -to run. When it's done, the output is in the file obj/regress.out. You -can compare this to a sample run that we supply in the file -sample.regress.out. (You should get roughly the same output except for -some pathnames.) - - % diff expected.out regress.out +to run. PLAYING WITH POSTGRESQL ----------------------- |