Selaa lähdekoodia

Fix instructions output

Eugene Pirogov 9 vuotta sitten
vanhempi
commit
e6b89eabe7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      toolset/benchmark/framework_test.py

+ 1 - 1
toolset/benchmark/framework_test.py

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