Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70b483 commit cffd0f9Copy full SHA for cffd0f9
src/test/regress/GNUmakefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
@@ -74,7 +74,8 @@ else
74
endif
75
@echo "ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out"
76
@echo ""
77
- @echo "To run the optional huge test(s) too type 'make bigtest'"
+ @echo "To run the optional big test(s) too, type 'make bigtest'"
78
+ @echo "These big tests can take over an hour to complete"
79
@echo "These actually are: $(EXTRA_TESTS)"
80
81
0 commit comments