comparison schema/run_tests.sh @ 2535:73c8762cee60

Stretch area generation: Throw errors instead of returning NULL It is now an error if not both distance marks for the given stretch can be found or no contiguous axis can be constructed between them.
author Tom Gottfried <tom@intevation.de>
date Thu, 07 Mar 2019 12:20:00 +0100
parents 48495bd3081d
children d316a6e41f54
comparison
equal deleted inserted replaced
2534:bb5286acfee2 2535:73c8762cee60
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(58)' \ 31 -c 'SELECT plan(60)' \
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()'