Commit 53bffd58 authored by Jérome Perrin's avatar Jérome Perrin

make sure port is an integer


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35523 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 99200b06
......@@ -47,7 +47,7 @@ class FunctionalTestRunner(FunctionalTestRunnerBase):
FunctionalTestRunnerBase.__init__(self, os.environ['INSTANCE_HOME'])
# local overrides
self.host = host
self.port = port
self.port = int(port)
def getSvnRevision(self):
# we should get the revision of a business template, but this is good
......
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