X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FsearchFreePort.py;fp=bin%2FsearchFreePort.py;h=27e51dcb4591367e084446afcdf4a88ed8e547c3;hb=2964b4f9cff48724c9f1337f428026c563781cce;hp=9b14fabdb12a3a28e84a361f99a9f550abe2c6dc;hpb=f224bbcac36a2eb0a85e8c53ab6d31eefde72257;p=modules%2Fkernel.git diff --git a/bin/searchFreePort.py b/bin/searchFreePort.py old mode 100644 new mode 100755 index 9b14fabdb..27e51dcb4 --- a/bin/searchFreePort.py +++ b/bin/searchFreePort.py @@ -132,6 +132,9 @@ def searchFreePort_withPortManager(queue, args={}, save_config=1, use_port=None) if port == use_port and port != -1: print "- OK" __setup_config(use_port, args, save_config) + queue.put([os.environ['OMNIORB_CONFIG'], + os.environ['NSPORT'], + os.environ['NSHOST']]) return else: print "- KO: port is busy"