Skip to content

Commit

Permalink
topology test to listen only on localhost (#22353)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmurthy authored Jun 14, 2017
1 parent 493311b commit 17d5c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/topology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Base.launch(manager::TopoTestManager, params::Dict, launched::Array, c:
exename = params[:exename]
exeflags = params[:exeflags]

cmd = `$exename $exeflags --bind-to $(Base.Distributed.LPROC.bind_addr) --worker $(Base.cluster_cookie())`
cmd = `$exename $exeflags --bind-to 127.0.0.1 --worker $(Base.cluster_cookie())`
cmd = pipeline(detach(setenv(cmd, dir=dir)))
for i in 1:manager.np
io = open(cmd)
Expand Down

0 comments on commit 17d5c55

Please sign in to comment.