t/test-lib.sh in rainbows-0.91.1 vs t/test-lib.sh in rainbows-0.92.0
- old
+ new
@@ -111,9 +111,10 @@
{
# set a higher default for tests since we run heavily-loaded
# boxes and sometimes sleep 1s in tests
kato=5
echo 'Rainbows! do'
+ echo " client_max_body_size nil"
if test $# -ge 1
then
echo " use :$1"
test $# -eq 2 && echo " worker_connections $2"
if test $# -eq 3