2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/verify/guix_revision_system_test_derivations_add_system.sql
Christopher Baines c44297b615 Generate and store system test derivations for all supported systems
Rather than just the native system. I'm not quite sure of the value here, as I
guess system tests should behave the same regardless of the way the software
is compiled, but this seems like it could be useful, and being explicit about
the system the derivation is for is good.
2020-03-20 08:28:55 +00:00

8 lines
134 B
PL/PgSQL

-- Verify guix-data-service:guix_revision_system_test_derivations_add_system on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;