Merge "set log file to store debug info"
[yardstick.git] / yardstick / cmd / commands / task.py
index 20ab086..57c2b15 100644 (file)
@@ -48,7 +48,7 @@ class TaskCommands(object):
         self._init_result_file()
 
         try:
-            Task().start(param)
+            Task().start(param, **kwargs)
         except Exception as e:
             self._write_error_data(e)