Skip to content

Commit

Permalink
Fix invalid file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jul 14, 2022
1 parent c490252 commit 30a30fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/upgrading.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class UpgradeTests < EinhornIntegrationTestCase
@server_program = File.join(@dir, "exiting_server.rb")
@socket_path = File.join(@dir, "einhorn.sock")

reexec_cmdline = File.join(@dir, "upgrade_reexec.rb")
reexec_cmdline = File.join(@dir, "upgrade_reexec.sh")

with_running_einhorn(%W[einhorn -m manual -b 127.0.0.1:#{@port} --reexec-as=#{reexec_cmdline} -d #{@socket_path} -- ruby #{@server_program}]) do |process|
wait_for_open_port
Expand Down

0 comments on commit 30a30fd

Please sign in to comment.