diff schema/run_tests.sh @ 247:946baea3d280

Add view to list user profiles with role To be able to GRANT privileges ON ALL TABLES IN SCHEMA, use auth.sql last during database setup.
author Tom Gottfried <tom@intevation.de>
date Thu, 26 Jul 2018 19:33:42 +0200
parents 299568ad3c37
children 92470caf81fd
line wrap: on
line diff
--- a/schema/run_tests.sh	Thu Jul 26 19:22:07 2018 +0200
+++ b/schema/run_tests.sh	Thu Jul 26 19:33:42 2018 +0200
@@ -15,7 +15,7 @@
 psql -qXv ON_ERROR_STOP= -v -d gemma_test \
     -c "DROP ROLE IF EXISTS $TEST_ROLES" \
     -f tap_tests_data.sql \
-    -c 'SELECT plan(35)' \
+    -c 'SELECT plan(36)' \
     -f auth_tests.sql \
     -f manage_users_tests.sql \
     -c 'SELECT * FROM finish()'