1
0
Fork 0
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:
sumeka 2020-08-28 13:56:21 +05:30
parent a95a0bd330
commit 96ad440150

View file

@ -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"