Commit b8b26f0a authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: fix typo

parent f5ded6d8
......@@ -363,7 +363,7 @@ class ScalabilityLauncher(object):
self.log("previous_document_number: %d" %previous_document_number)
self.log("current_document_number: %d" %current_document_number)
self.log("created_document_number: %d" %created_document_number)
document_number[i] = created_document_number
document_number.append(created_document_number)
# Move csv/logs
self.moveLogs(current_test.title)
......
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