Add more granular logging for computing system test derivations
This commit is contained in:
parent
d06230fcf4
commit
1e2826e095
1 changed files with 5 additions and 4 deletions
|
|
@ -382,14 +382,15 @@ 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)
|
||||
(filter-map
|
||||
(lambda (system)
|
||||
(simple-format
|
||||
(current-error-port)
|
||||
"guix-data-service: computing derivation for ~A system test (on ~A)\n"
|
||||
(system-test-name system-test)
|
||||
system)
|
||||
(catch
|
||||
#t
|
||||
(lambda ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue