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:
parent
cdcc6140aa
commit
1b197884d0
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue