From 540a0cccfd8695df62586ef19f805fbbb6ac59f5 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 4 Feb 2020 14:25:11 +0100 Subject: [PATCH] WIP: pipeline --- tests/test_hello_world.sql | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/test_hello_world.sql diff --git a/tests/test_hello_world.sql b/tests/test_hello_world.sql deleted file mode 100644 index 3bf6739..0000000 --- a/tests/test_hello_world.sql +++ /dev/null @@ -1,12 +0,0 @@ --- Start a transaction. -BEGIN; - --- Plan the tests. -SELECT tap.plan(1); - --- Run the tests. -SELECT tap.pass( 'Hello, world!' ); - --- Finish the tests and clean up. -CALL tap.finish(); -ROLLBACK; -- GitLab