another bugfix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 17 Apr 2013 08:04:08 +0000 (10:04 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 17 Apr 2013 08:04:08 +0000 (10:04 +0200)
system/TestPlc.py

index 807d8a8..d3151ae 100644 (file)
@@ -189,7 +189,7 @@ class TestPlc:
       return utils.system(self.test_ssh.actual_command(self.stop_guest_in_host(),dry_run=self.options.dry_run))
     
     def run_in_guest (self,command):
-        return utils.system(self.actual_command_in_guest(command),dry_run=self.options.dry_run)
+        return utils.system(self.actual_command_in_guest(command))
     
     def run_in_host (self,command):
         return self.test_ssh.run_in_buildname(command, dry_run=self.options.dry_run)