Skip to content

Commit

Permalink
thrulay: support directly connected cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Wanlong Gao <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
  • Loading branch information
gaowanlong authored and Fengguang Wu committed May 28, 2015
1 parent 1d893ae commit 64eae37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/thrulay
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export PATH=$BENCHMARK_ROOT/thrulay/sbin:$BENCHMARK_ROOT/thrulay/bin:$PATH

[ -n "$runtime" ] || runtime=300

[ -n "$direct_server_ips" ] && server=$direct_server_ips
[ -z "$server" ] && server=127.0.0.1
server=${server%% *}

Expand Down

0 comments on commit 64eae37

Please sign in to comment.