1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

[CI] Remove the t3-pid file after tests

This commit is contained in:
Slava 2021-12-14 23:06:36 +08:00 committed by GitHub
parent 8643b5c69f
commit 53978d22c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ class TestPumaControlCli < TestConfigFileBase
def test_config_file
control_cli = Puma::ControlCLI.new ["--config-file", "test/config/state_file_testing_config.rb", "halt"]
assert_equal "t3-pid", control_cli.instance_variable_get("@pidfile")
File.unlink "t3-pid" if File.file? "t3-pid"
end
def test_app_env_without_environment