aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/verify/create_outputs.sql
blob: 4398410bcf0b6611a26a59eb9316c48e5162c886 (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:create_outputs on sqlite

BEGIN;

-- XXX Add verifications here.

ROLLBACK;