Skip to content
Snippets Groups Projects
Verified Commit 540a0ccc authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 257a2640
Branches
Tags
No related merge requests found
-- 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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment