comparison schema/run_tests.sh @ 1303:a8d1f2897c42

repair schema install scripts
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 23 Nov 2018 11:17:44 +0100
parents 2304778c4432
children 9d51f022b8ee
comparison
equal deleted inserted replaced
1302:3c10c868cba7 1303:a8d1f2897c42
1 -- This is Free Software under GNU Affero General Public License v >= 3.0
2 -- without warranty, see README.md and license for details.
3
4 -- SPDX-License-Identifier: AGPL-3.0-or-later
5 -- License-Filename: LICENSES/AGPL-3.0.txt
6
7 -- Copyright (C) 2018 by via donau
8 -- – Österreichische Wasserstraßen-Gesellschaft mbH
9 -- Software engineering by Intevation GmbH
10
11 -- Author(s):
12 -- * Tom Gottfried <tom@intevation.de>
13
14 #!/bin/sh -e 1 #!/bin/sh -e
2 # This is Free Software under GNU Affero General Public License v >= 3.0
3 # without warranty, see README.md and license for details.
4 #
5 # SPDX-License-Identifier: AGPL-3.0-or-later
6 # License-Filename: LICENSES/AGPL-3.0.txt
7 #
8 # Copyright (C) 2018 by via donau
9 # – Österreichische Wasserstraßen-Gesellschaft mbH
10 # Software engineering by Intevation GmbH
11 #
12 # Author(s):
13 # * Tom Gottfried <tom@intevation.de>
15 14
16 dropdb --if-exists gemma_test 15 dropdb --if-exists gemma_test
17 16
18 ./install-db.sh -d gemma_test 17 ./install-db.sh -d gemma_test
19 psql -qv ON_ERROR_STOP= -c 'CREATE EXTENSION pgtap' -d gemma_test 18 psql -qv ON_ERROR_STOP= -c 'CREATE EXTENSION pgtap' -d gemma_test