comparison schema/run_tests.sh @ 2230:4374d942b23d

Remove debris and associate templates to country While the original idea was to associate templates to users, managed by a waterway admin per country, the new intention was to share templates between users per country. Just removing any constraints on readability and management of the templates did not fulfill this idea.
author Tom Gottfried <tom@intevation.de>
date Wed, 13 Feb 2019 10:52:14 +0100
parents b2451f00f57d
children 7936b46a88d4
comparison
equal deleted inserted replaced
2229:6cce66a6ceb5 2230:4374d942b23d
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(57)' \ 31 -c 'SELECT plan(56)' \
32 -f isrs_tests.sql \ 32 -f isrs_tests.sql \
33 -f auth_tests.sql \ 33 -f auth_tests.sql \
34 -f manage_users_tests.sql \ 34 -f manage_users_tests.sql \
35 -c 'SELECT * FROM finish()' 35 -c 'SELECT * FROM finish()'