OSDN Git Service

Suppress unneccesary message from createdb
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 27 Feb 2000 10:20:13 +0000 (10:20 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 27 Feb 2000 10:20:13 +0000 (10:20 +0000)
src/test/mb/mbregress.sh

index 9216d3c..01e2ad5 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Header: /cvsroot/pgsql/src/test/mb/mbregress.sh,v 1.3 1999/02/02 18:51:32 momjian Exp $
+# $Header: /cvsroot/pgsql/src/test/mb/mbregress.sh,v 1.4 2000/02/27 10:20:13 ishii Exp $
 
 if echo '\c' | grep -s c >/dev/null 2>&1
 then
@@ -33,7 +33,7 @@ do
                unset PGCLIENTENCODING
        else
                destroydb $i >/dev/null 2>&1
-               createdb -E `echo $i|tr "[a-z]" "[A-Z]"` $i
+               createdb -E `echo $i|tr "[a-z]" "[A-Z]"` $i >/dev/null
                $PSQL $i < sql/${i}.sql > results/${i}.out 2>&1
        fi