hydra: Honor the `system' argument.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Really look up the
  `system' symbol in ARGUMENTS.
master
Ludovic Courtès 2013-07-16 09:47:01 +02:00
parent d409c8ab88
commit 4b7f3407e9
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ SYSTEM."
(define (hydra-jobs store arguments)
"Return Hydra jobs."
(define system
(or (assoc-ref arguments system)
(or (assoc-ref arguments 'system)
(%current-system)))
(define job-name