|
7 | 7 | # |
8 | 8 | # |
9 | 9 | # IDENTIFICATION |
10 | | -# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.18 1999/06/10 17:49:29 wieck Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.19 1999/06/28 18:40:34 momjian Exp $ |
11 | 11 | # |
12 | 12 | #------------------------------------------------------------------------- |
13 | 13 |
|
|
74 | 74 | endif |
75 | 75 | @echo "ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out" |
76 | 76 | @echo "" |
77 | | -@echo "To run the optional huge test(s) too type 'make bigtest'" |
| 77 | +@echo "To run the optional big test(s) too, type 'make bigtest'" |
| 78 | +@echo "These big tests can take over an hour to complete" |
78 | 79 | @echo "These actually are: $(EXTRA_TESTS)" |
79 | 80 |
|
80 | 81 | # |
|