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)
|
`(lambda (store)
|
||||||
(map
|
(map
|
||||||
(lambda (system-test)
|
(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)
|
(list (system-test-name system-test)
|
||||||
(system-test-description system-test)
|
(system-test-description system-test)
|
||||||
(map (lambda (system)
|
(map (lambda (system)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue