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 0df916e commit 8dce894Copy full SHA for 8dce894
src/test/regress/run_check.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
#
3
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.11 2000/03/01 21:10:05 petere Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.12 2000/04/07 17:51:13 tgl Exp $
4
5
# ----------
6
# Check call syntax
@@ -173,7 +173,7 @@ export PATH
173
# Run initdb to initialize a database system in ./tmp_check
174
175
echo "=============== Initializing check database instance ================"
176
-initdb -L $LIBDIR -D $PGDATA >$LOGDIR/initdb.log 2>&1
+initdb -L $LIBDIR -D $PGDATA --noclean >$LOGDIR/initdb.log 2>&1
177
178
if [ $? -ne 0 ]
179
then
0 commit comments