CompleterTask used to have a failure_message mechanism, then we added failure_epilogu...
[tests.git] / qaapi / qa / tests / plc_start.py
index 5b93888..a4fa66f 100644 (file)
@@ -17,11 +17,11 @@ class plc_start(Test):
        plc = self.config.get_plc(plc_name)
        command = "/sbin/service plc start "
        if self.config.verbose:
-           utils.header(command)       
+           utils.header(command, logfile = self.config.logfile)        
        (status, output) = plc.commands(command)
 
        if self.config.verbose:
-           utils.header(output)
+           utils.header(output, logfile = self.config.logfile)
 
        return 1