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

WIP: pipeline

parent babc7f1a
Branches
Tags
No related merge requests found
......@@ -40,6 +40,7 @@ function runtests() {
_install_unit_test_database $@
_execute_tests || ( echo "[FAILURE]" && exit 1 )
echo "[PASS]"
# drop test database
#drop "$UNITTEST_DATABASE"
......
-- Start a transaction.
BEGIN;
-- Plan the tests.
SELECT tap.plan(1);
-- Run the tests.
SELECT tap.fail( 'Oh, no!' );
-- Finish the tests and clean up.
CALL tap.finish();
ROLLBACK;
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment