Improve logging for system test derivation issues
This commit is contained in:
parent
78b8b4b422
commit
3840f588e5
1 changed files with 3 additions and 1 deletions
|
|
@ -371,7 +371,9 @@ WHERE job_id = $1")
|
||||||
(lambda (key . args)
|
(lambda (key . args)
|
||||||
(simple-format
|
(simple-format
|
||||||
(current-error-port)
|
(current-error-port)
|
||||||
"guix-data-service: error computing derivation ~A: ~A\n"
|
"guix-data-service: error computing derivation for system test ~A (~A): ~A: ~A\n"
|
||||||
|
(system-test-name system-test)
|
||||||
|
system
|
||||||
key args)
|
key args)
|
||||||
#f)))
|
#f)))
|
||||||
(list ,@inferior-%supported-systems))
|
(list ,@inferior-%supported-systems))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue