comparison schema/run_tests.sh @ 3566:4c585b5d4fe8

Introduce hectometer based order for ranges of ISRS location codes
author Tom Gottfried <tom@intevation.de>
date Fri, 31 May 2019 20:06:27 +0200
parents 453f15ba8030
children 29ef6d41e4af
comparison
equal deleted inserted replaced
3565:f6d67697f158 3566:4c585b5d4fe8
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(65 + ( 31 -c "SELECT plan(70 + (
32 SELECT count(*)::int 32 SELECT count(*)::int
33 FROM information_schema.tables 33 FROM information_schema.tables
34 WHERE table_schema = 'waterway'))" \ 34 WHERE table_schema = 'waterway'))" \
35 -f gemma_tests.sql \ 35 -f gemma_tests.sql \
36 -f isrs_tests.sql \ 36 -f isrs_tests.sql \