comparison schema/run_tests.sh @ 363:45d4399f6c15

merge
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 08 Aug 2018 18:14:31 +0200
parents f5087cebc740
children 3f803d64a6ee
comparison
equal deleted inserted replaced
362:2c58906649be 363:45d4399f6c15
14 # Drop test roles, add test data and run tests 14 # Drop test roles, add test data and run tests
15 psql -qXv ON_ERROR_STOP= -v -d gemma_test \ 15 psql -qXv ON_ERROR_STOP= -v -d gemma_test \
16 -c 'SET client_min_messages TO WARNING' \ 16 -c 'SET client_min_messages TO WARNING' \
17 -c "DROP ROLE IF EXISTS $TEST_ROLES" \ 17 -c "DROP ROLE IF EXISTS $TEST_ROLES" \
18 -f tap_tests_data.sql \ 18 -f tap_tests_data.sql \
19 -c 'SELECT plan(43)' \ 19 -c 'SELECT plan(44)' \
20 -f auth_tests.sql \ 20 -f auth_tests.sql \
21 -f manage_users_tests.sql \ 21 -f manage_users_tests.sql \
22 -c 'SELECT * FROM finish()' 22 -c 'SELECT * FROM finish()'