Commit d3d09e6a authored by Sebastien Robin's avatar Sebastien Robin

set initialization of variable now in proper place

parent 33dcd07c
......@@ -295,11 +295,11 @@ branch = %(branch)s
slapgrid = None
previous_revision_dict = {}
revision_dict = {}
now = time.time()
test_result = None
try:
while True:
try:
now = time.time()
begin = time.time()
portal_url = config['test_suite_master_url']
portal = taskdistribution.TaskDistributionTool(portal_url, logger=DummyLogger(log))
......
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