| Index: testing/legion/run_task.py
|
| diff --git a/testing/legion/run_task.py b/testing/legion/run_task.py
|
| index 6a55073551f98819af34bf095ca221089c3f4fc3..26c6e5c877ca9010b5388d1b98ae13e5369fd573 100755
|
| --- a/testing/legion/run_task.py
|
| +++ b/testing/legion/run_task.py
|
| @@ -34,12 +34,13 @@ def main():
|
| logging.info(
|
| 'Registering with registration server at %s using OTP "%s"',
|
| args.controller, args.otp)
|
| - server = common_lib.ConnectToServer(args.controller).RegisterTask(
|
| + common_lib.ConnectToServer(args.controller).RegisterTask(
|
| args.otp, common_lib.MY_IP)
|
|
|
| server = rpc_server.RPCServer(args.controller, args.idle_timeout)
|
|
|
| server.serve_forever()
|
| + logging.info('Server shutdown complete')
|
| return 0
|
|
|
|
|
|
|