Skip to content
Snippets Groups Projects
Commit cffd0f9c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add time warning about bigtests.

parent e70b4831
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment