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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;