comparison schema/run_tests.sh @ 569:ad07846b09d1

Add function to construct isrs from text In passing moved all related functionality to its own set of files.
author Tom Gottfried <tom@intevation.de>
date Wed, 05 Sep 2018 11:05:58 +0200
parents 3af7ca761f6a
children 6590208e3ee1
comparison
equal deleted inserted replaced
568:99968a7394f7 569:ad07846b09d1
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(45)' \
20 -f isrs_tests.sql \
20 -f auth_tests.sql \ 21 -f auth_tests.sql \
21 -f manage_users_tests.sql \ 22 -f manage_users_tests.sql \
22 -c 'SELECT * FROM finish()' 23 -c 'SELECT * FROM finish()'