Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8dce894

Browse files
committed
Use initdb --noclean so that test database is available for examination
if initdb fails.
1 parent 0df916e commit 8dce894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/run_check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.11 2000/03/01 21:10:05 petere Exp $
3+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.12 2000/04/07 17:51:13 tgl Exp $
44

55
# ----------
66
# Check call syntax
@@ -173,7 +173,7 @@ export PATH
173173
# Run initdb to initialize a database system in ./tmp_check
174174
# ----------
175175
echo "=============== Initializing check database instance ================"
176-
initdb -L $LIBDIR -D $PGDATA >$LOGDIR/initdb.log 2>&1
176+
initdb -L $LIBDIR -D $PGDATA --noclean >$LOGDIR/initdb.log 2>&1
177177

178178
if [ $? -ne 0 ]
179179
then

0 commit comments

Comments
 (0)