changeset 324:8bacd556ea39

Remove noisy NOTICEs between test output
author Tom Gottfried <tom@intevation.de>
date Thu, 02 Aug 2018 17:28:07 +0200
parents c6b32c6ae95e
children c23eb0f34e39
files schema/run_tests.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/schema/run_tests.sh	Thu Aug 02 17:22:10 2018 +0200
+++ b/schema/run_tests.sh	Thu Aug 02 17:28:07 2018 +0200
@@ -13,6 +13,7 @@
 
 # Drop test roles, add test data and run tests
 psql -qXv ON_ERROR_STOP= -v -d gemma_test \
+    -c 'SET client_min_messages TO WARNING' \
     -c "DROP ROLE IF EXISTS $TEST_ROLES" \
     -f tap_tests_data.sql \
     -c 'SELECT plan(42)' \