From 9bc7514ef45e554c9600faaaeb9d7e34cf877dae Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 20 Aug 2016 09:04:41 +0200 Subject: [PATCH] Enable log_requests for integration tests These tests depend on log_requests being enabled, but this was turned off by default in 03ed48ca903879f3b9a649f5df1cf9d6577ef3d2 --- test/shell/t1_conf.rb | 1 + test/shell/t2_conf.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/test/shell/t1_conf.rb b/test/shell/t1_conf.rb index bde7167..cae5662 100644 --- a/test/shell/t1_conf.rb +++ b/test/shell/t1_conf.rb @@ -1,2 +1,3 @@ +log_requests stdout_redirect "t1-stdout" pidfile "t1-pid" diff --git a/test/shell/t2_conf.rb b/test/shell/t2_conf.rb index dab6032..47d58e7 100644 --- a/test/shell/t2_conf.rb +++ b/test/shell/t2_conf.rb @@ -1,3 +1,4 @@ +log_requests stdout_redirect "t2-stdout" pidfile "t2-pid" bind "tcp://0.0.0.0:10103"