]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
mg-schema-test-database: posgtres compat: tidy messages
authorIan Jackson <iwj@xenproject.org>
Tue, 27 Apr 2021 17:54:42 +0000 (18:54 +0100)
committerIan Jackson <iwj@xenproject.org>
Tue, 27 Apr 2021 17:57:48 +0000 (18:57 +0100)
Now (postgresql 11) this prints a bunch of COPY notices.  Suppress
them with a -q.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
mg-schema-test-database

index df83b65a95055e1b36eea08f3a0473600421c508..357646bb96c36ee32fe80a1768f15beff597591b 100755 (executable)
@@ -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