Skip to content

Commit cffd0f9

Browse files
committed
Add time warning about bigtests.
1 parent e70b483 commit cffd0f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/regress/GNUmakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# 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 $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -74,7 +74,8 @@ else
7474
endif
7575
@echo "ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out"
7676
@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"
7879
@echo "These actually are: $(EXTRA_TESTS)"
7980

8081
#

0 commit comments

Comments
 (0)