From 16bca316a73d30fa1e44e1561a29be593c80e977 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 17 Apr 2013 10:04:08 +0200 Subject: [PATCH] another bugfix --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 807d8a8..d3151ae 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -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) -- 2.43.0