Commit 01e4f80a authored by Łukasz Nowak's avatar Łukasz Nowak

- run tests only when executed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25726 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8784cca
......@@ -282,6 +282,7 @@ class TestTIDServerV2:
def log(self, message):
sys.stdout.write(message)
test = TestTIDServerV2(address, port)
test.run()
if __name__ == '__main__':
test = TestTIDServerV2(address, port)
test.run()
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