comparison schema/run_tests.sh @ 2912:93fa55bce126

Add utility function to get users area of responsibility
author Tom Gottfried <tom@intevation.de>
date Tue, 02 Apr 2019 19:25:17 +0200
parents a2127495093e
children 5470aa3ffb9a
comparison
equal deleted inserted replaced
2911:a75c546ef498 2912:93fa55bce126
26 # Drop test roles, add test data and run tests 26 # Drop test roles, add test data and run tests
27 psql -qXv ON_ERROR_STOP= -v -d gemma_test \ 27 psql -qXv ON_ERROR_STOP= -v -d gemma_test \
28 -c 'SET client_min_messages TO WARNING' \ 28 -c 'SET client_min_messages TO WARNING' \
29 -c "DROP ROLE IF EXISTS $TEST_ROLES" \ 29 -c "DROP ROLE IF EXISTS $TEST_ROLES" \
30 -f tap_tests_data.sql \ 30 -f tap_tests_data.sql \
31 -c 'SELECT plan(63)' \ 31 -c 'SELECT plan(64)' \
32 -f gemma_tests.sql \ 32 -f gemma_tests.sql \
33 -f isrs_tests.sql \ 33 -f isrs_tests.sql \
34 -f auth_tests.sql \ 34 -f auth_tests.sql \
35 -f manage_users_tests.sql \ 35 -f manage_users_tests.sql \
36 -c 'SELECT * FROM finish()' 36 -c 'SELECT * FROM finish()'