Skip to content

Commit

Permalink
Fix t2 integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Mar 10, 2020
1 parent 66ed2f6 commit fca64ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.md
Expand Up @@ -13,6 +13,7 @@
* `--control` has been removed. Use `--control-url` (#1487)
* `worker_directory` has been removed. Use `directory`.
* `tcp_mode` has been removed without replacement. (#2169)
* Daemonization has been removed without replacement. (#2170)
* Changed #connected_port to #connected_ports (#2076)

* Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion test/shell/t2.rb
@@ -1,4 +1,4 @@
system "ruby -rrubygems -Ilib bin/pumactl -F test/shell/t2_conf.rb start"
system "ruby -rrubygems -Ilib bin/pumactl -F test/shell/t2_conf.rb start &"
sleep 5
system "curl http://localhost:10103/"

Expand Down

0 comments on commit fca64ed

Please sign in to comment.