changeset 178:2111ad473961

Keep test results in test database for inspection
author Tom Gottfried <tom@intevation.de>
date Tue, 17 Jul 2018 17:07:55 +0200
parents 4e2451d561b1
children 382f631d8dd8
files schema/tap_tests.sql
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/schema/tap_tests.sql	Tue Jul 17 16:50:16 2018 +0200
+++ b/schema/tap_tests.sql	Tue Jul 17 17:07:55 2018 +0200
@@ -1,8 +1,6 @@
 --
 -- pgTAP test script
 --
-BEGIN;
-
 CREATE EXTENSION pgtap;
 
 SELECT plan(10); -- Give number of tests that have to be run
@@ -76,5 +74,3 @@
 -- finish tests
 --
 SELECT * FROM finish();
-
-ROLLBACK;