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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;