comparison split_clients.t @ 952:e9064d691790

Tests: converted tests to run in parallel.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 21 Jun 2016 16:39:13 +0300
parents 08bb2b3785a2
children 882267679006
comparison
equal deleted inserted replaced
951:9361c7eddfc1 952:e9064d691790
41 10% ".two"; 41 10% ".two";
42 * ".three"; 42 * ".three";
43 } 43 }
44 44
45 server { 45 server {
46 listen 127.0.0.1:8080; 46 listen 127.0.0.1:%%PORT_0%%;
47 server_name localhost; 47 server_name localhost;
48 48
49 location / { 49 location / {
50 index index${variant}.html; 50 index index${variant}.html;
51 } 51 }