Improve logging for system test derivation issues

This commit is contained in:
Christopher Baines 2022-01-09 10:11:53 +00:00
parent 78b8b4b422
commit 3840f588e5

View file

@ -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))