Fix the system tests page
This commit is contained in:
parent
a75c998739
commit
fc715d9613
1 changed files with 6 additions and 5 deletions
|
|
@ -549,7 +549,8 @@
|
||||||
(git-repositories-containing-commit conn
|
(git-repositories-containing-commit conn
|
||||||
commit-hash)))
|
commit-hash)))
|
||||||
(systems
|
(systems
|
||||||
(with-resource-from-pool (connection-pool) conn list-systems)))
|
(call-with-resource-from-pool (connection-pool)
|
||||||
|
list-systems)))
|
||||||
(render-html
|
(render-html
|
||||||
#:sxml (view-revision-system-tests
|
#:sxml (view-revision-system-tests
|
||||||
commit-hash
|
commit-hash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue