2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Print out the system tests as the derivations are being computed

This might help with debugging failures in the load jobs around this point.
This commit is contained in:
Christopher Baines 2020-04-07 20:08:26 +01:00
parent cdcc6140aa
commit 1b197884d0

View file

@ -315,6 +315,10 @@ WHERE job_id = $1"
`(lambda (store)
(map
(lambda (system-test)
(simple-format
(current-error-port)
"guix-data-service: computing derivation for ~A system test\n"
(system-test-name system-test))
(list (system-test-name system-test)
(system-test-description system-test)
(map (lambda (system)