From 96ad440150ed6c850d955bdd266e1d9c8b37e721 Mon Sep 17 00:00:00 2001 From: sumeka Date: Fri, 28 Aug 2020 13:56:21 +0530 Subject: [PATCH] removed unused variable --- test/test_integration_cluster.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_integration_cluster.rb b/test/test_integration_cluster.rb index 041da01a..d4c9f2a5 100644 --- a/test/test_integration_cluster.rb +++ b/test/test_integration_cluster.rb @@ -162,7 +162,7 @@ RUBY cli_server "-C test/config/t3_conf.rb test/rackup/hello.ru" - pids = get_worker_pids + get_worker_pids # this will wait till all the processes are up worker_pid_was_present = File.file? "t3-worker-2-pid"