guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: Adjust php-fpm test to new nginx API.


From: Ludovic Courtès
Subject: 01/01: tests: Adjust php-fpm test to new nginx API.
Date: Tue, 19 Dec 2017 03:54:01 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a1ac7bf361dd5d10dd84e4666a0c2d7b07970e25
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 19 09:52:21 2017 +0100

    tests: Adjust php-fpm test to new nginx API.
    
    Fixes <https://bugs.gnu.org/29769>.
    Reported by Mark H Weaver <address@hidden>.
    
    This is a followup to 8b223ceac4ff0781e95d69362875f87cff03f4d6.
    
    * gnu/tests/web.scm (%php-fpm-nginx-server-blocks): Turn 'listen' into a
    list.
---
 gnu/tests/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm
index f1214fb..336f25b 100644
--- a/gnu/tests/web.scm
+++ b/gnu/tests/web.scm
@@ -154,7 +154,7 @@ echo(\"Computed by php:\".((string)(2+3)));
          (root "/srv")
          (locations
           (list (nginx-php-location)))
-         (listen "8042")
+         (listen '("8042"))
          (ssl-certificate #f)
          (ssl-certificate-key #f))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]