From: Ian Jackson Date: Tue, 27 Apr 2021 17:54:42 +0000 (+0100) Subject: mg-schema-test-database: posgtres compat: tidy messages X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=04dd3fb9709e47050bce41dccbc2ceedc76450c4;p=osstest.git mg-schema-test-database: posgtres compat: tidy messages Now (postgresql 11) this prints a bunch of COPY notices. Suppress them with a -q. Signed-off-by: Ian Jackson --- diff --git a/mg-schema-test-database b/mg-schema-test-database index df83b65..357646b 100755 --- a/mg-schema-test-database +++ b/mg-schema-test-database @@ -515,7 +515,7 @@ END printf "Copy..." printf "export..." - $(psql_do_cmd) -f $t.export + $(psql_do_cmd) -q -f $t.export printf "import..." $(withtest psql_do_cmd) -f $t.import