mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
removed unused variable
This commit is contained in:
parent
a95a0bd330
commit
96ad440150
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ RUBY
|
||||||
|
|
||||||
cli_server "-C test/config/t3_conf.rb test/rackup/hello.ru"
|
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"
|
worker_pid_was_present = File.file? "t3-worker-2-pid"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue