Browse Source

Merge pull request #2107 from gmile/fix-manual-command

Fix instructions output
Nate 9 years ago
parent
commit
097398acb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/framework_test.py

+ 1 - 1
toolset/benchmark/framework_test.py

@@ -244,8 +244,8 @@ class FrameworkTest:
         self.database_host,
         self.database_host,
         logDir,
         logDir,
         self.benchmarker.threads, 
         self.benchmarker.threads, 
-        self.directory,
         max(self.benchmarker.concurrency_levels),
         max(self.benchmarker.concurrency_levels),
+        self.directory,
         command)
         command)
     logging.info("To run %s manually, copy/paste this:\n%s", self.name, debug_command)
     logging.info("To run %s manually, copy/paste this:\n%s", self.name, debug_command)