Commit 69608bc8 authored by zhifan huang's avatar zhifan huang

fix(tests): add init value in ping.py for loop

parent fb7ee67d
......@@ -41,7 +41,7 @@ def main():
args = parser.parse_args()
addrs = args.a
retry = args.retry
no_responses = ""
no_responses = "1"
while retry and no_responses:
mp = MultiPing(addrs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment