aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-06-28 18:40:34 +0000
committerBruce Momjian <bruce@momjian.us>1999-06-28 18:40:34 +0000
commitcffd0f9c89b609801592147440f6f57115367034 (patch)
tree8072cd59940329d967b0d9e417d0eda03e4849ae
parente70b4831d7f5c22d7d68bc7bb5d14a0a3554c3e6 (diff)
downloadpostgresql-cffd0f9c89b609801592147440f6f57115367034.tar.gz
postgresql-cffd0f9c89b609801592147440f6f57115367034.zip
Add time warning about bigtests.
-rw-r--r--src/test/regress/GNUmakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile
index 6e71cced6b7..cdf0cd7daac 100644
--- a/src/test/regress/GNUmakefile
+++ b/src/test/regress/GNUmakefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.18 1999/06/10 17:49:29 wieck Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.19 1999/06/28 18:40:34 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -74,7 +74,8 @@ else
endif
@echo "ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out"
@echo ""
- @echo "To run the optional huge test(s) too type 'make bigtest'"
+ @echo "To run the optional big test(s) too, type 'make bigtest'"
+ @echo "These big tests can take over an hour to complete"
@echo "These actually are: $(EXTRA_TESTS)"
#