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 17d6324 commit a669bd7Copy full SHA for a669bd7
src/test/regress/regress.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.55 2000/10/07 14:55:16 momjian Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.56 2000/11/11 19:56:20 thomas Exp $
3
#
4
if [ $# -eq 0 ]; then
5
echo "Syntax: $0 <hostname> [extra-tests]"
@@ -66,7 +66,7 @@ if [ -d ./obj ]; then
66
cd ./obj
67
fi
68
69
-mkdir results
+[ -d results ] || mkdir results
70
71
echo "=============== Notes... ================="
72
echo "postmaster must already be running for the regression tests to succeed."
0 commit comments