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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;