]> granicus.if.org Git - postgresql/commitdiff
Remove chunk from regression tests about regress.out vs expected.out...the
authorMarc G. Fournier <scrappy@hub.org>
Thu, 24 Apr 1997 14:14:28 +0000 (14:14 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 24 Apr 1997 14:14:28 +0000 (14:14 +0000)
tests now let you know if it is ok/failed :)

INSTALL

diff --git a/INSTALL b/INSTALL
index de62622fec8644a5dc3b02a1ad4cad50ebd751b7..8956d8e19f4ca09c559540405bf2b4a357fbd6b0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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
 -----------------------